#F3C1CE

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

Shades of Chantilly #F3C1CE

Tints of Chantilly #F3C1CE

Color information

#F3C1CE (or 0xF3C1CE) is unknown color: approx Chantilly. HEX triplet: F3, C1 and CE. RGB value is (243,193,206). Sum of RGB (Red+Green+Blue) = 243+193+206=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 193 (75.78% from 255 or 30.06% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1CE is #0C3E31. Grayscale: #D1D1D1. Windows color (decimal): -802354 or 13550067. OLE color: 13550067.

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

Color convert

RGB243193206-
CMYK00.210.150.05
HSL344.4º67.57%85.49%-
HSV(B)344.4º20.58%95.29%-
XYZ67.1761.6566.75-
YUV209.43126.06151.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.85%
GREEN value IS 193 (75.78% from 255) = 30.06%
BLUE value IS 206 (80.86% from 255) = 32.09%
R=37.85%
G=30.06%
B=32.09%

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
Decimal24319320600.210.150.05344.467.5785.49
HexF3C1CE015F51584455
Octal363301316025175530104125
Binary111100111100000111001110010101111110110101100010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C1CE; }

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

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

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

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

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

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

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

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