#F3BCCE

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

Shades of Chantilly #F3BCCE

Tints of Chantilly #F3BCCE

Color information

#F3BCCE (or 0xF3BCCE) is unknown color: approx Chantilly. HEX triplet: F3, BC and CE. RGB value is (243,188,206). Sum of RGB (Red+Green+Blue) = 243+188+206=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCCE is #0C4331. Grayscale: #CECECE. Windows color (decimal): -803634 or 13548787. OLE color: 13548787.

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

Color convert

RGB243188206-
CMYK00.230.150.05
HSL340.36º69.62%84.51%-
HSV(B)340.36º22.63%95.29%-
XYZ66.0959.4866.39-
YUV206.5127.72154.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.15%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=38.15%
G=29.51%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318820600.230.150.05340.3669.6284.51
HexF3BCCE017F51544655
Octal363274316027175524106125
Binary111100111011110011001110010111111110110101010010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCCE; }

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

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

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

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

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

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

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

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