Html Css Color HEX #F0BBCF Chantilly

📋 copy color: '#F0BBCF'

red 240 ◦ green 187 ◦ blue 207

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

Shades of Chantilly #F0BBCF

Tints of Chantilly #F0BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.65%

R = 37.85%
G = 29.5%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0BBCF (or 0xF0BBCF) is known color: 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

RGB 240 187 207 -
CMYK 0 0.22 0.14 0.06
HSL 337.36º 0.64% 0.84% -
HSV(B) 337.36º 0.22% 0.94% -
XYZ 64.97 58.57 66.91 -
YUV 205.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 240 187 207 0 0.22 0.14 0.06 337.36 0.64 0.84
Hex F0 BB CF 0 16 E 6 151 40 54
Octal 360 273 317 0 26 16 6 521 100 124
Binary 11110000 10111011 11001111 0 10110 1110 110 101010001 1000000 1010100

Color Harmonies of #F0BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBCF

Black with #F0BBCF

Text Example


Text Example

White with #F0BBCF

Text Example


Text Example

HTML Codes & Css Web 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>