#F0C1CA

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

Shades of Chantilly #F0C1CA

Tints of Chantilly #F0C1CA

Color information

#F0C1CA (or 0xF0C1CA) is unknown color: approx Chantilly. HEX triplet: F0, C1 and CA. RGB value is (240,193,202). Sum of RGB (Red+Green+Blue) = 240+193+202=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C1CA is #0F3E35. Grayscale: #D0D0D0. Windows color (decimal): -998966 or 13287920. OLE color: 13287920.

HSL color Cylindrical-coordinate representation of color #F0C1CA: hue angle of 348.51º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C1CA is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240193202-
CMYK00.200.160.06
HSL348.51º61.04%84.9%-
HSV(B)348.51º19.58%94.12%-
XYZ65.6760.9364.18-
YUV208.08124.57150.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 193 (75.78% from 255) = 30.39%
BLUE value IS 202 (79.30% from 255) = 31.81%
R=37.80%
G=30.39%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019320200.200.160.06348.5161.0484.9
HexF0C1CA01410615d3d55
Octal36030131202420653575125
Binary111100001100000111001010010100100001101010111011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C1CA; }

 p { color: rgb(240,193,202); }

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

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

 a { background-color: rgb(240,193,202); }

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

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

 span { border-color: rgb(240,193,202); }

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