#F3BDC8

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

Shades of Chantilly #F3BDC8

Tints of Chantilly #F3BDC8

Color information

#F3BDC8 (or 0xF3BDC8) is unknown color: approx Chantilly. HEX triplet: F3, BD and C8. RGB value is (243,189,200). Sum of RGB (Red+Green+Blue) = 243+189+200=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDC8 is #0C4237. Grayscale: #CECECE. Windows color (decimal): -803384 or 13155827. OLE color: 13155827.

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

Color convert

RGB243189200-
CMYK00.220.180.05
HSL347.78º69.23%84.71%-
HSV(B)347.78º22.22%95.29%-
XYZ65.5959.6262.69-
YUV206.4124.39154.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.45%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 200 (78.52% from 255) = 31.65%
R=38.45%
G=29.91%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318920000.220.180.05347.7869.2384.71
HexF3BDC801612515c4555
Octal363275310026225534105125
Binary1111001110111101110010000101101001010110101110010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BDC8; }

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

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

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

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

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

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

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

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