#F2BED0

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

Shades of Chantilly #F2BED0

Tints of Chantilly #F2BED0

Color information

#F2BED0 (or 0xF2BED0) is unknown color: approx Chantilly. HEX triplet: F2, BE and D0. RGB value is (242,190,208). Sum of RGB (Red+Green+Blue) = 242+190+208=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BED0 is #0D412F. Grayscale: #CFCFCF. Windows color (decimal): -868656 or 13680370. OLE color: 13680370.

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

Color convert

RGB242190208-
CMYK00.210.140.05
HSL339.23º66.67%84.71%-
HSV(B)339.23º21.49%94.9%-
XYZ66.4260.2667.8-
YUV207.6128.23152.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.81%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 208 (81.64% from 255) = 32.5%
R=37.81%
G=29.69%
B=32.5%

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
Decimal24219020800.210.140.05339.2366.6784.71
HexF2BED0015E51534355
Octal362276320025165523103125
Binary111100101011111011010000010101111010110101001110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BED0; }

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

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

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

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

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

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

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

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