Html Css Color HEX #F2BBC5 Chantilly

📋 copy color: '#F2BBC5'

red 242 ◦ green 187 ◦ blue 197

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

Shades of Chantilly #F2BBC5

Tints of Chantilly #F2BBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.47%

R = 38.66%
G = 29.87%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2BBC5 (or 0xF2BBC5) is known color: Chantilly. HEX triplet: F2, BB and C5. RGB value is (242,187,197). Sum of RGB (Red+Green+Blue) = 242+187+197=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBC5 is #0D443A. Grayscale: #CCCCCC. Windows color (decimal): -869435 or 12958706. OLE color: 12958706.

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

Color convert

RGB 242 187 197 -
CMYK 0 0.23 0.19 0.05
HSL 349.09º 0.68% 0.84% -
HSV(B) 349.09º 0.23% 0.95% -
XYZ 64.47 58.45 60.71 -
YUV 204.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 242 187 197 0 0.23 0.19 0.05 349.09 0.68 0.84
Hex F2 BB C5 0 17 13 5 15D 44 54
Octal 362 273 305 0 27 23 5 535 104 124
Binary 11110010 10111011 11000101 0 10111 10011 101 101011101 1000100 1010100

Color Harmonies of #F2BBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBC5

Black with #F2BBC5

Text Example


Text Example

White with #F2BBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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