#F1C2CC

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

Shades of Chantilly #F1C2CC

Tints of Chantilly #F1C2CC

Color information

#F1C2CC (or 0xF1C2CC) is unknown color: approx Chantilly. HEX triplet: F1, C2 and CC. RGB value is (241,194,204). Sum of RGB (Red+Green+Blue) = 241+194+204=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C2CC is #0E3D33. Grayscale: #D1D1D1. Windows color (decimal): -933172 or 13419249. OLE color: 13419249.

HSL color Cylindrical-coordinate representation of color #F1C2CC: hue angle of 347.23º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C2CC is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241194204-
CMYK00.200.150.05
HSL347.23º62.67%85.29%-
HSV(B)347.23º19.5%94.51%-
XYZ66.4761.6465.52-
YUV209.19125.07150.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.72%
GREEN value IS 194 (76.17% from 255) = 30.36%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=37.72%
G=30.36%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119420400.200.150.05347.2362.6785.29
HexF1C2CC014F515b3f55
Octal36130231402417553377125
Binary11110001110000101100110001010011111011010110111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C2CC; }

 p { color: rgb(241,194,204); }

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

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

 a { background-color: rgb(241,194,204); }

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

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

 span { border-color: rgb(241,194,204); }

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