#F2C0D1

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

Shades of Chantilly #F2C0D1

Tints of Chantilly #F2C0D1

Color information

#F2C0D1 (or 0xF2C0D1) is unknown color: approx Chantilly. HEX triplet: F2, C0 and D1. RGB value is (242,192,209). Sum of RGB (Red+Green+Blue) = 242+192+209=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0D1 is #0D3F2E. Grayscale: #D0D0D0. Windows color (decimal): -868143 or 13746418. OLE color: 13746418.

HSL color Cylindrical-coordinate representation of color #F2C0D1: hue angle of 339.6º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0D1 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242192209-
CMYK00.210.140.05
HSL339.6º65.79%85.1%-
HSV(B)339.6º20.66%94.9%-
XYZ66.9861.1868.6-
YUV208.89128.06151.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.64%
GREEN value IS 192 (75.39% from 255) = 29.86%
BLUE value IS 209 (82.03% from 255) = 32.50%
R=37.64%
G=29.86%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219220900.210.140.05339.665.7985.1
HexF2C0D1015E51544255
Octal362300321025165524102125
Binary111100101100000011010001010101111010110101010010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C0D1; }

 p { color: rgb(242,192,209); }

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

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

 a { background-color: rgb(242,192,209); }

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

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

 span { border-color: rgb(242,192,209); }

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