#F2BECF

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

Shades of Chantilly #F2BECF

Tints of Chantilly #F2BECF

Color information

#F2BECF (or 0xF2BECF) is unknown color: approx Chantilly. HEX triplet: F2, BE and CF. RGB value is (242,190,207). Sum of RGB (Red+Green+Blue) = 242+190+207=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BECF is #0D4130. Grayscale: #CFCFCF. Windows color (decimal): -868657 or 13614834. OLE color: 13614834.

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

Color convert

RGB242190207-
CMYK00.210.140.05
HSL340.38º66.67%84.71%-
HSV(B)340.38º21.49%94.9%-
XYZ66.2960.2167.16-
YUV207.49127.73152.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.87%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 207 (81.25% from 255) = 32.39%
R=37.87%
G=29.73%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219020700.210.140.05340.3866.6784.71
HexF2BECF015E51544355
Octal362276317025165524103125
Binary111100101011111011001111010101111010110101010010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BECF; }

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

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

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

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

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

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

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

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