#F2BEC9

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

Shades of Chantilly #F2BEC9

Tints of Chantilly #F2BEC9

Color information

#F2BEC9 (or 0xF2BEC9) is unknown color: approx Chantilly. HEX triplet: F2, BE and C9. RGB value is (242,190,201). Sum of RGB (Red+Green+Blue) = 242+190+201=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEC9 is #0D4136. Grayscale: #CECECE. Windows color (decimal): -868663 or 13221618. OLE color: 13221618.

HSL color Cylindrical-coordinate representation of color #F2BEC9: hue angle of 347.31º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BEC9 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242190201-
CMYK00.210.170.05
HSL347.31º66.67%84.71%-
HSV(B)347.31º21.49%94.9%-
XYZ65.5759.9263.37-
YUV206.8124.73153.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 201 (78.91% from 255) = 31.75%
R=38.23%
G=30.02%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219020100.210.170.05347.3166.6784.71
HexF2BEC901511515b4355
Octal362276311025215533103125
Binary1111001010111110110010010101011000110110101101110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BEC9; }

 p { color: rgb(242,190,201); }

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

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

 a { background-color: rgb(242,190,201); }

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

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

 span { border-color: rgb(242,190,201); }

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