Html Css Color HEX #F2B8CE Chantilly

📋 copy color: '#F2B8CE'

red 242 ◦ green 184 ◦ blue 206

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

Shades of Chantilly #F2B8CE

Tints of Chantilly #F2B8CE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.11%

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

R = 38.29%
G = 29.11%
B = 32.59%

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

#F2B8CE (or 0xF2B8CE) is known color: Chantilly. HEX triplet: F2, B8 and CE. RGB value is (242,184,206). Sum of RGB (Red+Green+Blue) = 242+184+206=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 184 (72.27% from 255 or 29.11% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B8CE is #0D4731. Grayscale: #CBCBCB. Windows color (decimal): -870194 or 13547762. OLE color: 13547762.

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

Color convert

RGB 242 184 206 -
CMYK 0 0.24 0.15 0.05
HSL 337.24º 0.69% 0.84% -
HSV(B) 337.24º 0.24% 0.95% -
XYZ 64.9 57.61 66.09 -
YUV 203.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 242 184 206 0 0.24 0.15 0.05 337.24 0.69 0.84
Hex F2 B8 CE 0 18 F 5 151 45 54
Octal 362 270 316 0 30 17 5 521 105 124
Binary 11110010 10111000 11001110 0 11000 1111 101 101010001 1000101 1010100

Color Harmonies of #F2B8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B8CE

Black with #F2B8CE

Text Example


Text Example

White with #F2B8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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