#F1D5C6

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

Shades of Bizarre #F1D5C6

Tints of Bizarre #F1D5C6

Color information

#F1D5C6 (or 0xF1D5C6) is unknown color: approx Bizarre. HEX triplet: F1, D5 and C6. RGB value is (241,213,198). Sum of RGB (Red+Green+Blue) = 241+213+198=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D5C6 is #0E2A39. Grayscale: #DBDBDB. Windows color (decimal): -928314 or 13030897. OLE color: 13030897.

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

Color convert

RGB241213198-
CMYK00.120.180.05
HSL20.93º60.56%86.08%-
HSV(B)20.93º17.84%94.51%-
XYZ70.2670.3763.3-
YUV219.66115.78143.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.96%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 198 (77.73% from 255) = 30.37%
R=36.96%
G=32.67%
B=30.37%

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
Decimal24121319800.120.180.0520.9360.5686.08
HexF1D5C60C125153d56
Octal3613253060142252575126
Binary1111000111010101110001100110010010101101011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D5C6; }

 p { color: rgb(241,213,198); }

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

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

 a { background-color: rgb(241,213,198); }

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

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

 span { border-color: rgb(241,213,198); }

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