#F3BFCE

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

Shades of Chantilly #F3BFCE

Tints of Chantilly #F3BFCE

Color information

#F3BFCE (or 0xF3BFCE) is unknown color: approx Chantilly. HEX triplet: F3, BF and CE. RGB value is (243,191,206). Sum of RGB (Red+Green+Blue) = 243+191+206=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BFCE is #0C4031. Grayscale: #D0D0D0. Windows color (decimal): -802866 or 13549555. OLE color: 13549555.

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

Color convert

RGB243191206-
CMYK00.210.150.05
HSL342.69º68.42%85.1%-
HSV(B)342.69º21.4%95.29%-
XYZ66.7360.7766.61-
YUV208.26126.73152.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.97%
GREEN value IS 191 (75% from 255) = 29.84%
BLUE value IS 206 (80.86% from 255) = 32.19%
R=37.97%
G=29.84%
B=32.19%

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
Decimal24319120600.210.150.05342.6968.4285.1
HexF3BFCE015F51574455
Octal363277316025175527104125
Binary111100111011111111001110010101111110110101011110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BFCE; }

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

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

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

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

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

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

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

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