#F2B7C7

Color #F2B7C7 Chantilly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chantilly #F2B7C7

Tints of Chantilly #F2B7C7

Color information

#F2B7C7 (or 0xF2B7C7) is unknown color: approx Chantilly. HEX triplet: F2, B7 and C7. RGB value is (242,183,199). Sum of RGB (Red+Green+Blue) = 242+183+199=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7C7 is #0D4838. Grayscale: #CACACA. Windows color (decimal): -870457 or 13088754. OLE color: 13088754.

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

Color convert

RGB242183199-
CMYK00.240.180.05
HSL343.73º69.41%83.33%-
HSV(B)343.73º24.38%94.9%-
XYZ63.8656.8761.64-
YUV202.46126.05156.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.78%
GREEN value IS 183 (71.88% from 255) = 29.33%
BLUE value IS 199 (78.12% from 255) = 31.89%
R=38.78%
G=29.33%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218319900.240.180.05343.7369.4183.33
HexF2B7C70181251584553
Octal362267307030225530105123
Binary1111001010110111110001110110001001010110101100010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B7C7; }

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

 H1.HeaderClassName
 {
   color: #F2B7C7;
 }
 .AnyTagClassName
 {
   color: #F2B7C7;
 }
</style>
background-color css

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

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

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

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

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

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