#F5CDFA

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

Shades of Snuff #F5CDFA

Tints of Snuff #F5CDFA

Color information

#F5CDFA (or 0xF5CDFA) is unknown color: approx Snuff. HEX triplet: F5, CD and FA. RGB value is (245,205,250). Sum of RGB (Red+Green+Blue) = 245+205+250=700 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35% from 700); Green value is 205 (80.47% from 255 or 29.29% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5CDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CDFA is #0A3205. Grayscale: #DDDDDD. Windows color (decimal): -668166 or 16436725. OLE color: 16436725.

HSL color Cylindrical-coordinate representation of color #F5CDFA: hue angle of 293.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5CDFA is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245205250-
CMYK0.020.1800.02
HSL293.33º81.82%89.22%-
HSV(B)293.33º18%98.04%-
XYZ76.7469.9899.9-
YUV222.09143.75144.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35%
GREEN value IS 205 (80.47% from 255) = 29.29%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=35%
G=29.29%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452052500.020.1800.02293.3381.8289.22
HexF5CDFA212021255259
Octal36531537222202445122131
Binary111101011100110111111010101001001010010010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CDFA; }

 p { color: rgb(245,205,250); }

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

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

 a { background-color: rgb(245,205,250); }

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

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

 span { border-color: rgb(245,205,250); }

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