#F1C2CD

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

Shades of Chantilly #F1C2CD

Tints of Chantilly #F1C2CD

Color information

#F1C2CD (or 0xF1C2CD) is unknown color: approx Chantilly. HEX triplet: F1, C2 and CD. RGB value is (241,194,205). Sum of RGB (Red+Green+Blue) = 241+194+205=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C2CD is #0E3D32. Grayscale: #D1D1D1. Windows color (decimal): -933171 or 13484785. OLE color: 13484785.

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

Color convert

RGB241194205-
CMYK00.200.150.05
HSL345.96º62.67%85.29%-
HSV(B)345.96º19.5%94.51%-
XYZ66.5961.6966.16-
YUV209.31125.57150.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.66%
GREEN value IS 194 (76.17% from 255) = 30.31%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=37.66%
G=30.31%
B=32.03%

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
Decimal24119420500.200.150.05345.9662.6785.29
HexF1C2CD014F515a3f55
Octal36130231502417553277125
Binary11110001110000101100110101010011111011010110101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C2CD; }

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

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

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

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

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

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

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

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