#F2B9CA

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

Shades of Chantilly #F2B9CA

Tints of Chantilly #F2B9CA

Color information

#F2B9CA (or 0xF2B9CA) is unknown color: approx Chantilly. HEX triplet: F2, B9 and CA. RGB value is (242,185,202). Sum of RGB (Red+Green+Blue) = 242+185+202=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9CA is #0D4635. Grayscale: #CBCBCB. Windows color (decimal): -869942 or 13285874. OLE color: 13285874.

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

Color convert

RGB242185202-
CMYK00.240.170.05
HSL342.11º68.67%83.73%-
HSV(B)342.11º23.55%94.9%-
XYZ64.6357.8463.64-
YUV203.98126.88155.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.47%
GREEN value IS 185 (72.66% from 255) = 29.41%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=38.47%
G=29.41%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218520200.240.170.05342.1168.6783.73
HexF2B9CA0181151564554
Octal362271312030215526105124
Binary1111001010111001110010100110001000110110101011010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B9CA; }

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

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

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

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

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

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

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

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