Html Css Color HEX #F2BBC6 Chantilly

📋 copy color: '#F2BBC6'

red 242 ◦ green 187 ◦ blue 198

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

Shades of Chantilly #F2BBC6

Tints of Chantilly #F2BBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.58%

R = 38.6%
G = 29.82%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2BBC6 (or 0xF2BBC6) is known color: Chantilly. HEX triplet: F2, BB and C6. RGB value is (242,187,198). Sum of RGB (Red+Green+Blue) = 242+187+198=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBC6 is #0D4439. Grayscale: #CCCCCC. Windows color (decimal): -869434 or 13024242. OLE color: 13024242.

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

Color convert

RGB 242 187 198 -
CMYK 0 0.23 0.18 0.05
HSL 348º 0.68% 0.84% -
HSV(B) 348º 0.23% 0.95% -
XYZ 64.58 58.5 61.31 -
YUV 204.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 242 187 198 0 0.23 0.18 0.05 348 0.68 0.84
Hex F2 BB C6 0 17 12 5 15C 44 54
Octal 362 273 306 0 27 22 5 534 104 124
Binary 11110010 10111011 11000110 0 10111 10010 101 101011100 1000100 1010100

Color Harmonies of #F2BBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBC6

Black with #F2BBC6

Text Example


Text Example

White with #F2BBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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