#F3BFCD

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

Shades of Chantilly #F3BFCD

Tints of Chantilly #F3BFCD

Color information

#F3BFCD (or 0xF3BFCD) is unknown color: approx Chantilly. HEX triplet: F3, BF and CD. RGB value is (243,191,205). Sum of RGB (Red+Green+Blue) = 243+191+205=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BFCD is #0C4032. Grayscale: #D0D0D0. Windows color (decimal): -802867 or 13484019. OLE color: 13484019.

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

Color convert

RGB243191205-
CMYK00.210.160.05
HSL343.85º68.42%85.1%-
HSV(B)343.85º21.4%95.29%-
XYZ66.6160.7265.97-
YUV208.14126.23152.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.03%
GREEN value IS 191 (75% from 255) = 29.89%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=38.03%
G=29.89%
B=32.08%

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
Decimal24319120500.210.160.05343.8568.4285.1
HexF3BFCD0151051584455
Octal363277315025205530104125
Binary1111001110111111110011010101011000010110101100010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BFCD; }

 p { color: rgb(243,191,205); }

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

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

 a { background-color: rgb(243,191,205); }

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

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

 span { border-color: rgb(243,191,205); }

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