#F2B9C7

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

Shades of Chantilly #F2B9C7

Tints of Chantilly #F2B9C7

Color information

#F2B9C7 (or 0xF2B9C7) is unknown color: approx Chantilly. HEX triplet: F2, B9 and C7. RGB value is (242,185,199). Sum of RGB (Red+Green+Blue) = 242+185+199=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9C7 is #0D4638. Grayscale: #CBCBCB. Windows color (decimal): -869945 or 13089266. OLE color: 13089266.

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

Color convert

RGB242185199-
CMYK00.240.180.05
HSL345.26º68.67%83.73%-
HSV(B)345.26º23.55%94.9%-
XYZ64.2857.761.78-
YUV203.64125.38155.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.66%
GREEN value IS 185 (72.66% from 255) = 29.55%
BLUE value IS 199 (78.12% from 255) = 31.79%
R=38.66%
G=29.55%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218519900.240.180.05345.2668.6783.73
HexF2B9C70181251594554
Octal362271307030225531105124
Binary1111001010111001110001110110001001010110101100110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B9C7; }

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

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

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

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

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

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

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

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