Html Css Color HEX #F2BBCA Chantilly

📋 copy color: '#F2BBCA'

red 242 ◦ green 187 ◦ blue 202

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

Shades of Chantilly #F2BBCA

Tints of Chantilly #F2BBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.01%

R = 38.35%
G = 29.64%
B = 32.01%

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

#F2BBCA (or 0xF2BBCA) is known color: Chantilly. HEX triplet: F2, BB and CA. RGB value is (242,187,202). Sum of RGB (Red+Green+Blue) = 242+187+202=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBCA is #0D4435. Grayscale: #CDCDCD. Windows color (decimal): -869430 or 13286386. OLE color: 13286386.

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

Color convert

RGB 242 187 202 -
CMYK 0 0.23 0.17 0.05
HSL 343.64º 0.68% 0.84% -
HSV(B) 343.64º 0.23% 0.95% -
XYZ 65.05 58.68 63.78 -
YUV 205.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 242 187 202 0 0.23 0.17 0.05 343.64 0.68 0.84
Hex F2 BB CA 0 17 11 5 158 44 54
Octal 362 273 312 0 27 21 5 530 104 124
Binary 11110010 10111011 11001010 0 10111 10001 101 101011000 1000100 1010100

Color Harmonies of #F2BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBCA

Black with #F2BBCA

Text Example


Text Example

White with #F2BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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