#F1CDEA

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

Shades of Snuff #F1CDEA

Tints of Snuff #F1CDEA

Color information

#F1CDEA (or 0xF1CDEA) is unknown color: approx Snuff. HEX triplet: F1, CD and EA. RGB value is (241,205,234). Sum of RGB (Red+Green+Blue) = 241+205+234=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CDEA is #0E3215. Grayscale: #DADADA. Windows color (decimal): -930326 or 15388145. OLE color: 15388145.

HSL color Cylindrical-coordinate representation of color #F1CDEA: hue angle of 311.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CDEA is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB241205234-
CMYK00.150.030.05
HSL311.67º56.25%87.45%-
HSV(B)311.67º14.94%94.51%-
XYZ72.9668.387.18-
YUV219.07136.43143.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 205 (80.47% from 255) = 30.15%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=35.44%
G=30.15%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120523400.150.030.05311.6756.2587.45
HexF1CDEA0F351383857
Octal3613153520173547070127
Binary11110001110011011110101001111111011001110001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDEA; }

 p { color: rgb(241,205,234); }

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

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

 a { background-color: rgb(241,205,234); }

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

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

 span { border-color: rgb(241,205,234); }

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