#F0BBCF

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

Shades of Chantilly #F0BBCF

Tints of Chantilly #F0BBCF

Color information

#F0BBCF (or 0xF0BBCF) is unknown color: approx Chantilly. HEX triplet: F0, BB and CF. RGB value is (240,187,207). Sum of RGB (Red+Green+Blue) = 240+187+207=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBCF is #0F4430. Grayscale: #CDCDCD. Windows color (decimal): -1000497 or 13614064. OLE color: 13614064.

HSL color Cylindrical-coordinate representation of color #F0BBCF: hue angle of 337.36º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BBCF is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240187207-
CMYK00.220.140.06
HSL337.36º63.86%83.73%-
HSV(B)337.36º22.08%94.12%-
XYZ64.9758.5766.91-
YUV205.13129.06152.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.85%
GREEN value IS 187 (73.44% from 255) = 29.50%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=37.85%
G=29.50%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018720700.220.140.06337.3663.8683.73
HexF0BBCF016E61514054
Octal360273317026166521100124
Binary111100001011101111001111010110111011010101000110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BBCF; }

 p { color: rgb(240,187,207); }

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

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

 a { background-color: rgb(240,187,207); }

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

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

 span { border-color: rgb(240,187,207); }

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