#F1CDF2

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

Shades of Snuff #F1CDF2

Tints of Snuff #F1CDF2

Color information

#F1CDF2 (or 0xF1CDF2) is unknown color: approx Snuff. HEX triplet: F1, CD and F2. RGB value is (241,205,242). Sum of RGB (Red+Green+Blue) = 241+205+242=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 205 (80.47% from 255 or 29.80% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1CDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CDF2 is #0E320D. Grayscale: #DBDBDB. Windows color (decimal): -930318 or 15912433. OLE color: 15912433.

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

Color convert

RGB241205242-
CMYK0.000.1500.05
HSL298.38º58.73%87.65%-
HSV(B)298.38º15.29%94.9%-
XYZ74.1368.7793.37-
YUV219.98140.43142.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.03%
GREEN value IS 205 (80.47% from 255) = 29.80%
BLUE value IS 242 (94.92% from 255) = 35.17%
R=35.03%
G=29.80%
B=35.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412052420.000.1500.05298.3858.7387.65
HexF1CDF20F0512a3b58
Octal3613153620170545273130
Binary1111000111001101111100100111101011001010101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDF2; }

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

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

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

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

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

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

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

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