Html Css Color HEX #F2B9CE Chantilly

📋 copy color: '#F2B9CE'

red 242 ◦ green 185 ◦ blue 206

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

Shades of Chantilly #F2B9CE

Tints of Chantilly #F2B9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.23%

 BLUE value IS 206 (80.86% from 255) = 32.54%

R = 38.23%
G = 29.23%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2B9CE (or 0xF2B9CE) is known color: Chantilly. HEX triplet: F2, B9 and CE. RGB value is (242,185,206). Sum of RGB (Red+Green+Blue) = 242+185+206=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9CE is #0D4631. Grayscale: #CCCCCC. Windows color (decimal): -869938 or 13548018. OLE color: 13548018.

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

Color convert

RGB 242 185 206 -
CMYK 0 0.24 0.15 0.05
HSL 337.89º 0.69% 0.84% -
HSV(B) 337.89º 0.24% 0.95% -
XYZ 65.11 58.03 66.16 -
YUV 204.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 242 185 206 0 0.24 0.15 0.05 337.89 0.69 0.84
Hex F2 B9 CE 0 18 F 5 152 45 54
Octal 362 271 316 0 30 17 5 522 105 124
Binary 11110010 10111001 11001110 0 11000 1111 101 101010010 1000101 1010100

Color Harmonies of #F2B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B9CE

Black with #F2B9CE

Text Example


Text Example

White with #F2B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B9CE; }

 p { color: rgb(242,185,206); }

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

background-color css

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

 a { background-color: rgb(242,185,206); }

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

border-color css

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

 span { border-color: rgb(242,185,206); }

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