#F0BBD1

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

Shades of Chantilly #F0BBD1

Tints of Chantilly #F0BBD1

Color information

#F0BBD1 (or 0xF0BBD1) is unknown color: approx Chantilly. HEX triplet: F0, BB and D1. RGB value is (240,187,209). Sum of RGB (Red+Green+Blue) = 240+187+209=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBD1 is #0F442E. Grayscale: #CDCDCD. Windows color (decimal): -1000495 or 13745136. OLE color: 13745136.

HSL color Cylindrical-coordinate representation of color #F0BBD1: hue angle of 335.09º 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 #F0BBD1 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB240187209-
CMYK00.220.130.06
HSL335.09º63.86%83.73%-
HSV(B)335.09º22.08%94.12%-
XYZ65.2158.6768.21-
YUV205.36130.06152.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 209 (82.03% from 255) = 32.86%
R=37.74%
G=29.40%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018720900.220.130.06335.0963.8683.73
HexF0BBD1016D614f4054
Octal360273321026156517100124
Binary111100001011101111010001010110110111010100111110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BBD1; }

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

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

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

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

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

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

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

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