#F0BFC8

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

Shades of Chantilly #F0BFC8

Tints of Chantilly #F0BFC8

Color information

#F0BFC8 (or 0xF0BFC8) is unknown color: approx Chantilly. HEX triplet: F0, BF and C8. RGB value is (240,191,200). Sum of RGB (Red+Green+Blue) = 240+191+200=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFC8 is #0F4037. Grayscale: #CECECE. Windows color (decimal): -999480 or 13156336. OLE color: 13156336.

HSL color Cylindrical-coordinate representation of color #F0BFC8: hue angle of 348.98º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFC8 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB240191200-
CMYK00.200.170.06
HSL348.98º62.03%84.51%-
HSV(B)348.98º20.42%94.12%-
XYZ64.9959.9662.79-
YUV206.68124.23151.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.03%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 200 (78.52% from 255) = 31.70%
R=38.03%
G=30.27%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019120000.200.170.06348.9862.0384.51
HexF0BFC801411615d3e55
Octal36027731002421653576125
Binary111100001011111111001000010100100011101010111011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFC8; }

 p { color: rgb(240,191,200); }

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

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

 a { background-color: rgb(240,191,200); }

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

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

 span { border-color: rgb(240,191,200); }

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