#F3C0CE

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

Shades of Chantilly #F3C0CE

Tints of Chantilly #F3C0CE

Color information

#F3C0CE (or 0xF3C0CE) is unknown color: approx Chantilly. HEX triplet: F3, C0 and CE. RGB value is (243,192,206). Sum of RGB (Red+Green+Blue) = 243+192+206=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0CE is #0C3F31. Grayscale: #D0D0D0. Windows color (decimal): -802610 or 13549811. OLE color: 13549811.

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

Color convert

RGB243192206-
CMYK00.210.150.05
HSL343.53º68%85.29%-
HSV(B)343.53º20.99%95.29%-
XYZ66.9561.2166.68-
YUV208.84126.4152.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.91%
GREEN value IS 192 (75.39% from 255) = 29.95%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=37.91%
G=29.95%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319220600.210.150.05343.536885.29
HexF3C0CE015F51584455
Octal363300316025175530104125
Binary111100111100000011001110010101111110110101100010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C0CE; }

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

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

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

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

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

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

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

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