#F8CAA2

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

Shades of Peach #F8CAA2

Tints of Peach #F8CAA2

Color information

#F8CAA2 (or 0xF8CAA2) is unknown color: approx Peach. HEX triplet: F8, CA and A2. RGB value is (248,202,162). Sum of RGB (Red+Green+Blue) = 248+202+162=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 162 (63.67% from 255 or 26.47% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CAA2 is #07355D. Grayscale: #D3D3D3. Windows color (decimal): -472414 or 10668792. OLE color: 10668792.

HSL color Cylindrical-coordinate representation of color #F8CAA2: hue angle of 27.91º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8CAA2 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB248202162-
CMYK00.190.350.03
HSL27.91º86%80.39%-
HSV(B)27.91º34.68%97.25%-
XYZ66.3564.8143.19-
YUV211.19100.24154.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.52%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 162 (63.67% from 255) = 26.47%
R=40.52%
G=33.01%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820216200.190.350.0327.918680.39
HexF8CAA20132331c5650
Octal37031224202343334126120
Binary111110001100101010100010010011100011111110010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CAA2; }

 p { color: rgb(248,202,162); }

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

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

 a { background-color: rgb(248,202,162); }

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

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

 span { border-color: rgb(248,202,162); }

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