#F3BDCC

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

Shades of Chantilly #F3BDCC

Tints of Chantilly #F3BDCC

Color information

#F3BDCC (or 0xF3BDCC) is unknown color: approx Chantilly. HEX triplet: F3, BD and CC. RGB value is (243,189,204). Sum of RGB (Red+Green+Blue) = 243+189+204=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDCC is #0C4233. Grayscale: #CECECE. Windows color (decimal): -803380 or 13417971. OLE color: 13417971.

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

Color convert

RGB243189204-
CMYK00.220.160.05
HSL343.33º69.23%84.71%-
HSV(B)343.33º22.22%95.29%-
XYZ66.0659.8165.19-
YUV206.86126.39153.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.21%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=38.21%
G=29.72%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318920400.220.160.05343.3369.2384.71
HexF3BDCC0161051574555
Octal363275314026205527105125
Binary1111001110111101110011000101101000010110101011110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BDCC; }

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

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

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

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

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

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

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

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