#F2B5CD

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

Shades of Chantilly #F2B5CD

Tints of Chantilly #F2B5CD

Color information

#F2B5CD (or 0xF2B5CD) is unknown color: approx Chantilly. HEX triplet: F2, B5 and CD. RGB value is (242,181,205). Sum of RGB (Red+Green+Blue) = 242+181+205=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5CD is #0D4A32. Grayscale: #C9C9C9. Windows color (decimal): -870963 or 13481458. OLE color: 13481458.

HSL color Cylindrical-coordinate representation of color #F2B5CD: hue angle of 336.39º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B5CD is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242181205-
CMYK00.250.150.05
HSL336.39º70.11%82.94%-
HSV(B)336.39º25.21%94.9%-
XYZ64.1656.3365.25-
YUV201.98129.71156.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.54%
GREEN value IS 181 (71.09% from 255) = 28.82%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=38.54%
G=28.82%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218120500.250.150.05336.3970.1182.94
HexF2B5CD019F51504653
Octal362265315031175520106123
Binary111100101011010111001101011001111110110101000010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B5CD; }

 p { color: rgb(242,181,205); }

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

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

 a { background-color: rgb(242,181,205); }

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

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

 span { border-color: rgb(242,181,205); }

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