#F8CBA6

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

Shades of Peach #F8CBA6

Tints of Peach #F8CBA6

Color information

#F8CBA6 (or 0xF8CBA6) is unknown color: approx Peach. HEX triplet: F8, CB and A6. RGB value is (248,203,166). Sum of RGB (Red+Green+Blue) = 248+203+166=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 166 (65.23% from 255 or 26.90% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CBA6 is #073459. Grayscale: #D4D4D4. Windows color (decimal): -472154 or 10931192. OLE color: 10931192.

HSL color Cylindrical-coordinate representation of color #F8CBA6: hue angle of 27.07º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8CBA6 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB248203166-
CMYK00.180.330.03
HSL27.07º85.42%81.18%-
HSV(B)27.07º33.06%97.25%-
XYZ66.9565.4245.18-
YUV212.24101.91153.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.19%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 166 (65.23% from 255) = 26.90%
R=40.19%
G=32.90%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820316600.180.330.0327.0785.4281.18
HexF8CBA60122131b5551
Octal37031324602241333125121
Binary111110001100101110100110010010100001111101110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CBA6; }

 p { color: rgb(248,203,166); }

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

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

 a { background-color: rgb(248,203,166); }

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

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

 span { border-color: rgb(248,203,166); }

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