Html Css Color HEX #F2BBCB Chantilly

📋 copy color: '#F2BBCB'

red 242 ◦ green 187 ◦ blue 203

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

Shades of Chantilly #F2BBCB

Tints of Chantilly #F2BBCB

RGB

 RED value IS 242 (94.92% from 255) = 38.29%

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

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

R = 38.29%
G = 29.59%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2BBCB (or 0xF2BBCB) is known color: Chantilly. HEX triplet: F2, BB and CB. RGB value is (242,187,203). Sum of RGB (Red+Green+Blue) = 242+187+203=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBCB is #0D4434. Grayscale: #CDCDCD. Windows color (decimal): -869429 or 13351922. OLE color: 13351922.

HSL color Cylindrical-coordinate representation of color #F2BBCB: hue angle of 342.55º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BBCB is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 187 203 -
CMYK 0 0.23 0.16 0.05
HSL 342.55º 0.68% 0.84% -
HSV(B) 342.55º 0.23% 0.95% -
XYZ 65.17 58.73 64.4 -
YUV 205.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 242 187 203 0 0.23 0.16 0.05 342.55 0.68 0.84
Hex F2 BB CB 0 17 10 5 157 44 54
Octal 362 273 313 0 27 20 5 527 104 124
Binary 11110010 10111011 11001011 0 10111 10000 101 101010111 1000100 1010100

Color Harmonies of #F2BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBCB

Black with #F2BBCB

Text Example


Text Example

White with #F2BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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