#F2BDCA

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

Shades of Chantilly #F2BDCA

Tints of Chantilly #F2BDCA

Color information

#F2BDCA (or 0xF2BDCA) is unknown color: approx Chantilly. HEX triplet: F2, BD and CA. RGB value is (242,189,202). Sum of RGB (Red+Green+Blue) = 242+189+202=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDCA is #0D4235. Grayscale: #CECECE. Windows color (decimal): -868918 or 13286898. OLE color: 13286898.

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

Color convert

RGB242189202-
CMYK00.220.170.05
HSL345.28º67.09%84.51%-
HSV(B)345.28º21.9%94.9%-
XYZ65.4859.5463.92-
YUV206.33125.56153.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=38.23%
G=29.86%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218920200.220.170.05345.2867.0984.51
HexF2BDCA0161151594355
Octal362275312026215531103125
Binary1111001010111101110010100101101000110110101100110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDCA; }

 p { color: rgb(242,189,202); }

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

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

 a { background-color: rgb(242,189,202); }

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

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

 span { border-color: rgb(242,189,202); }

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