#FACD8F

Color #FACD8F Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FACD8F

Tints of Peach-Orange #FACD8F

Color information

#FACD8F (or 0xFACD8F) is unknown color: approx Peach-Orange. HEX triplet: FA, CD and 8F. RGB value is (250,205,143). Sum of RGB (Red+Green+Blue) = 250+205+143=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD8F is #053270. Grayscale: #D3D3D3. Windows color (decimal): -340593 or 9424378. OLE color: 9424378.

HSL color Cylindrical-coordinate representation of color #FACD8F: hue angle of 34.77º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FACD8F is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB250205143-
CMYK00.180.430.02
HSL34.77º91.45%77.06%-
HSV(B)34.77º42.8%98.04%-
XYZ66.2165.9735.23-
YUV211.3989.41155.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 143 (56.25% from 255) = 23.91%
R=41.81%
G=34.28%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020514300.180.430.0234.7791.4577.06
HexFACD8F0122B2235b4d
Octal37231521702253243133115
Binary1111101011001101100011110100101010111010001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD8F; }

 p { color: rgb(250,205,143); }

 H1.HeaderClassName
 {
   color: #FACD8F;
 }
 .AnyTagClassName
 {
   color: #FACD8F;
 }
</style>
background-color css

<style>
 a { background-color: #FACD8F; }

 a { background-color: rgb(250,205,143); }

 div.DivClassName
 {
   background-color: #FACD8F;
 }
 .BgClassName
 {
   background-color: #FACD8F;
 }
</style>
border-color css

<style>
 span { border-color: #FACD8F; }

 span { border-color: rgb(250,205,143); }

 td.TdClassName
 {
   border-color: #FACD8F;
 }
 .TagClassName
 {
   border-color: #FACD8F;
 }
</style>