Html Css Color HEX #F0BBCC Chantilly

📋 copy color: '#F0BBCC'

red 240 ◦ green 187 ◦ blue 204

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

Shades of Chantilly #F0BBCC

Tints of Chantilly #F0BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.33%

R = 38.03%
G = 29.64%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0BBCC (or 0xF0BBCC) is known color: Chantilly. HEX triplet: F0, BB and CC. RGB value is (240,187,204). Sum of RGB (Red+Green+Blue) = 240+187+204=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBCC is #0F4433. Grayscale: #CCCCCC. Windows color (decimal): -1000500 or 13417456. OLE color: 13417456.

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

Color convert

RGB 240 187 204 -
CMYK 0 0.22 0.15 0.06
HSL 340.75º 0.64% 0.84% -
HSV(B) 340.75º 0.22% 0.94% -
XYZ 64.6 58.43 65 -
YUV 204.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 240 187 204 0 0.22 0.15 0.06 340.75 0.64 0.84
Hex F0 BB CC 0 16 F 6 155 40 54
Octal 360 273 314 0 26 17 6 525 100 124
Binary 11110000 10111011 11001100 0 10110 1111 110 101010101 1000000 1010100

Color Harmonies of #F0BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBCC

Black with #F0BBCC

Text Example


Text Example

White with #F0BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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