Html Css Color HEX #F0BBCB Chantilly

📋 copy color: '#F0BBCB'

red 240 ◦ green 187 ◦ blue 203

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

Shades of Chantilly #F0BBCB

Tints of Chantilly #F0BBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.22%

R = 38.1%
G = 29.68%
B = 32.22%

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

#F0BBCB (or 0xF0BBCB) is known color: Chantilly. HEX triplet: F0, BB and CB. RGB value is (240,187,203). Sum of RGB (Red+Green+Blue) = 240+187+203=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBCB is #0F4434. Grayscale: #CCCCCC. Windows color (decimal): -1000501 or 13351920. OLE color: 13351920.

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

Color convert

RGB 240 187 203 -
CMYK 0 0.22 0.15 0.06
HSL 341.89º 0.64% 0.84% -
HSV(B) 341.89º 0.22% 0.94% -
XYZ 64.48 58.38 64.37 -
YUV 204.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 240 187 203 0 0.22 0.15 0.06 341.89 0.64 0.84
Hex F0 BB CB 0 16 F 6 156 40 54
Octal 360 273 313 0 26 17 6 526 100 124
Binary 11110000 10111011 11001011 0 10110 1111 110 101010110 1000000 1010100

Color Harmonies of #F0BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBCB

Black with #F0BBCB

Text Example


Text Example

White with #F0BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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