#F2B6CC

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

Shades of Chantilly #F2B6CC

Tints of Chantilly #F2B6CC

Color information

#F2B6CC (or 0xF2B6CC) is unknown color: approx Chantilly. HEX triplet: F2, B6 and CC. RGB value is (242,182,204). Sum of RGB (Red+Green+Blue) = 242+182+204=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B6CC is #0D4933. Grayscale: #CACACA. Windows color (decimal): -870708 or 13416178. OLE color: 13416178.

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

Color convert

RGB242182204-
CMYK00.250.160.05
HSL338º69.77%83.14%-
HSV(B)338º24.79%94.9%-
XYZ64.2456.6964.68-
YUV202.45128.88156.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.54%
GREEN value IS 182 (71.48% from 255) = 28.98%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=38.54%
G=28.98%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218220400.250.160.0533869.7783.14
HexF2B6CC0191051524653
Octal362266314031205522106123
Binary1111001010110110110011000110011000010110101001010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B6CC; }

 p { color: rgb(242,182,204); }

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

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

 a { background-color: rgb(242,182,204); }

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

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

 span { border-color: rgb(242,182,204); }

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