#F3BDC7

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

Shades of Chantilly #F3BDC7

Tints of Chantilly #F3BDC7

Color information

#F3BDC7 (or 0xF3BDC7) is unknown color: approx Chantilly. HEX triplet: F3, BD and C7. RGB value is (243,189,199). Sum of RGB (Red+Green+Blue) = 243+189+199=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDC7 is #0C4238. Grayscale: #CECECE. Windows color (decimal): -803385 or 13090291. OLE color: 13090291.

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

Color convert

RGB243189199-
CMYK00.220.180.05
HSL348.89º69.23%84.71%-
HSV(B)348.89º22.22%95.29%-
XYZ65.4759.5762.08-
YUV206.29123.89154.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.51%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 199 (78.12% from 255) = 31.54%
R=38.51%
G=29.95%
B=31.54%

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
Decimal24318919900.220.180.05348.8969.2384.71
HexF3BDC701612515d4555
Octal363275307026225535105125
Binary1111001110111101110001110101101001010110101110110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BDC7; }

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

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

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

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

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

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

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

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