#F2C0CF

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

Shades of Chantilly #F2C0CF

Tints of Chantilly #F2C0CF

Color information

#F2C0CF (or 0xF2C0CF) is unknown color: approx Chantilly. HEX triplet: F2, C0 and CF. RGB value is (242,192,207). Sum of RGB (Red+Green+Blue) = 242+192+207=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0CF is #0D3F30. Grayscale: #D0D0D0. Windows color (decimal): -868145 or 13615346. OLE color: 13615346.

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

Color convert

RGB242192207-
CMYK00.210.140.05
HSL342º65.79%85.1%-
HSV(B)342º20.66%94.9%-
XYZ66.7361.0867.3-
YUV208.66127.06151.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.75%
GREEN value IS 192 (75.39% from 255) = 29.95%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=37.75%
G=29.95%
B=32.29%

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
Decimal24219220700.210.140.0534265.7985.1
HexF2C0CF015E51564255
Octal362300317025165526102125
Binary111100101100000011001111010101111010110101011010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C0CF; }

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

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

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

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

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

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

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

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