#F3C0CC

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

Shades of Chantilly #F3C0CC

Tints of Chantilly #F3C0CC

Color information

#F3C0CC (or 0xF3C0CC) is unknown color: approx Chantilly. HEX triplet: F3, C0 and CC. RGB value is (243,192,204). Sum of RGB (Red+Green+Blue) = 243+192+204=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0CC is #0C3F33. Grayscale: #D0D0D0. Windows color (decimal): -802612 or 13418739. OLE color: 13418739.

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

Color convert

RGB243192204-
CMYK00.210.160.05
HSL345.88º68%85.29%-
HSV(B)345.88º20.99%95.29%-
XYZ66.7161.1165.41-
YUV208.62125.4152.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.03%
GREEN value IS 192 (75.39% from 255) = 30.05%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=38.03%
G=30.05%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319220400.210.160.05345.886885.29
HexF3C0CC01510515a4455
Octal363300314025205532104125
Binary1111001111000000110011000101011000010110101101010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C0CC; }

 p { color: rgb(243,192,204); }

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

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

 a { background-color: rgb(243,192,204); }

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

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

 span { border-color: rgb(243,192,204); }

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