Html Css Color HEX #F0BBC6 Chantilly

📋 copy color: '#F0BBC6'

red 240 ◦ green 187 ◦ blue 198

#F0BBC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chantilly #F0BBC6

Tints of Chantilly #F0BBC6

RGB

 RED value IS 240 (94.14% from 255) = 38.4%

 GREEN value IS 187 (73.44% from 255) = 29.92%

 BLUE value IS 198 (77.73% from 255) = 31.68%

R = 38.4%
G = 29.92%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F0BBC6 (or 0xF0BBC6) is known color: Chantilly. HEX triplet: F0, BB and C6. RGB value is (240,187,198). Sum of RGB (Red+Green+Blue) = 240+187+198=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBC6 is #0F4439. Grayscale: #CCCCCC. Windows color (decimal): -1000506 or 13024240. OLE color: 13024240.

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

Color convert

RGB 240 187 198 -
CMYK 0 0.22 0.18 0.06
HSL 347.55º 0.64% 0.84% -
HSV(B) 347.55º 0.22% 0.94% -
XYZ 63.9 58.14 61.28 -
YUV 204.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 240 187 198 0 0.22 0.18 0.06 347.55 0.64 0.84
Hex F0 BB C6 0 16 12 6 15C 40 54
Octal 360 273 306 0 26 22 6 534 100 124
Binary 11110000 10111011 11000110 0 10110 10010 110 101011100 1000000 1010100

Color Harmonies of #F0BBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBC6

Black with #F0BBC6

Text Example


Text Example

White with #F0BBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBC6; }

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

 H1.HeaderClassName
 {
   color: #F0BBC6;
 }
 .AnyTagClassName
 {
   color: #F0BBC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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