#F1D3C5

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

Shades of Bizarre #F1D3C5

Tints of Bizarre #F1D3C5

Color information

#F1D3C5 (or 0xF1D3C5) is unknown color: approx Bizarre. HEX triplet: F1, D3 and C5. RGB value is (241,211,197). Sum of RGB (Red+Green+Blue) = 241+211+197=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 197 (77.34% from 255 or 30.35% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3C5 is #0E2C3A. Grayscale: #DADADA. Windows color (decimal): -928827 or 12964849. OLE color: 12964849.

HSL color Cylindrical-coordinate representation of color #F1D3C5: hue angle of 19.09º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1D3C5 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241211197-
CMYK00.120.180.05
HSL19.09º61.11%85.88%-
HSV(B)19.09º18.26%94.51%-
XYZ69.6569.3262.53-
YUV218.37115.94144.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 211 (82.81% from 255) = 32.51%
BLUE value IS 197 (77.34% from 255) = 30.35%
R=37.13%
G=32.51%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121119700.120.180.0519.0961.1185.88
HexF1D3C50C125133d56
Octal3613233050142252375126
Binary1111000111010011110001010110010010101100111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D3C5; }

 p { color: rgb(241,211,197); }

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

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

 a { background-color: rgb(241,211,197); }

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

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

 span { border-color: rgb(241,211,197); }

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