Html Css Color HEX #F2BBC9 Chantilly

📋 copy color: '#F2BBC9'

red 242 ◦ green 187 ◦ blue 201

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

Shades of Chantilly #F2BBC9

Tints of Chantilly #F2BBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.9%

R = 38.41%
G = 29.68%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2BBC9 (or 0xF2BBC9) is known color: Chantilly. HEX triplet: F2, BB and C9. RGB value is (242,187,201). Sum of RGB (Red+Green+Blue) = 242+187+201=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBC9 is #0D4436. Grayscale: #CDCDCD. Windows color (decimal): -869431 or 13220850. OLE color: 13220850.

HSL color Cylindrical-coordinate representation of color #F2BBC9: hue angle of 344.73º 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 #F2BBC9 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 187 201 -
CMYK 0 0.23 0.17 0.05
HSL 344.73º 0.68% 0.84% -
HSV(B) 344.73º 0.23% 0.95% -
XYZ 64.93 58.63 63.15 -
YUV 205.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 242 187 201 0 0.23 0.17 0.05 344.73 0.68 0.84
Hex F2 BB C9 0 17 11 5 159 44 54
Octal 362 273 311 0 27 21 5 531 104 124
Binary 11110010 10111011 11001001 0 10111 10001 101 101011001 1000100 1010100

Color Harmonies of #F2BBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBC9

Black with #F2BBC9

Text Example


Text Example

White with #F2BBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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