Html Css Color HEX #F2B7CE Chantilly

📋 copy color: '#F2B7CE'

red 242 ◦ green 183 ◦ blue 206

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

Shades of Chantilly #F2B7CE

Tints of Chantilly #F2B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29%

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

R = 38.35%
G = 29%
B = 32.65%

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

#F2B7CE (or 0xF2B7CE) is known color: Chantilly. HEX triplet: F2, B7 and CE. RGB value is (242,183,206). Sum of RGB (Red+Green+Blue) = 242+183+206=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7CE is #0D4831. Grayscale: #CBCBCB. Windows color (decimal): -870450 or 13547506. OLE color: 13547506.

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

Color convert

RGB 242 183 206 -
CMYK 0 0.24 0.15 0.05
HSL 336.61º 0.69% 0.83% -
HSV(B) 336.61º 0.24% 0.95% -
XYZ 64.69 57.2 66.02 -
YUV 203.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 242 183 206 0 0.24 0.15 0.05 336.61 0.69 0.83
Hex F2 B7 CE 0 18 F 5 151 45 53
Octal 362 267 316 0 30 17 5 521 105 123
Binary 11110010 10110111 11001110 0 11000 1111 101 101010001 1000101 1010011

Color Harmonies of #F2B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B7CE

Black with #F2B7CE

Text Example


Text Example

White with #F2B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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