#F9CCA2

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

Shades of Peach #F9CCA2

Tints of Peach #F9CCA2

Color information

#F9CCA2 (or 0xF9CCA2) is unknown color: approx Peach. HEX triplet: F9, CC and A2. RGB value is (249,204,162). Sum of RGB (Red+Green+Blue) = 249+204+162=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 162 (63.67% from 255 or 26.34% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CCA2 is #06335D. Grayscale: #D4D4D4. Windows color (decimal): -406366 or 10669305. OLE color: 10669305.

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

Color convert

RGB249204162-
CMYK00.180.350.02
HSL28.97º87.88%80.59%-
HSV(B)28.97º34.94%97.65%-
XYZ67.1865.9343.37-
YUV212.6799.41153.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.49%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 162 (63.67% from 255) = 26.34%
R=40.49%
G=33.17%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920416200.180.350.0228.9787.8880.59
HexF9CCA20122321d5851
Octal37131424202243235130121
Binary111110011100110010100010010010100011101110110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CCA2; }

 p { color: rgb(249,204,162); }

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

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

 a { background-color: rgb(249,204,162); }

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

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

 span { border-color: rgb(249,204,162); }

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