#F3BED0

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

Shades of Chantilly #F3BED0

Tints of Chantilly #F3BED0

Color information

#F3BED0 (or 0xF3BED0) is unknown color: approx Chantilly. HEX triplet: F3, BE and D0. RGB value is (243,190,208). Sum of RGB (Red+Green+Blue) = 243+190+208=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BED0 is #0C412F. Grayscale: #CFCFCF. Windows color (decimal): -803120 or 13680371. OLE color: 13680371.

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

Color convert

RGB243190208-
CMYK00.220.140.05
HSL339.62º68.83%84.9%-
HSV(B)339.62º21.81%95.29%-
XYZ66.7660.4467.82-
YUV207.9128.06153.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.91%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 208 (81.64% from 255) = 32.45%
R=37.91%
G=29.64%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319020800.220.140.05339.6268.8384.9
HexF3BED0016E51544555
Octal363276320026165524105125
Binary111100111011111011010000010110111010110101010010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BED0; }

 p { color: rgb(243,190,208); }

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

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

 a { background-color: rgb(243,190,208); }

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

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

 span { border-color: rgb(243,190,208); }

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