#F8C5FA

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

Shades of Snuff #F8C5FA

Tints of Snuff #F8C5FA

Color information

#F8C5FA (or 0xF8C5FA) is unknown color: approx Snuff. HEX triplet: F8, C5 and FA. RGB value is (248,197,250). Sum of RGB (Red+Green+Blue) = 248+197+250=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 197 (77.34% from 255 or 28.35% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8C5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C5FA is #073A05. Grayscale: #DADADA. Windows color (decimal): -473606 or 16434680. OLE color: 16434680.

HSL color Cylindrical-coordinate representation of color #F8C5FA: hue angle of 297.74º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C5FA is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248197250-
CMYK0.010.2100.02
HSL297.74º84.13%87.65%-
HSV(B)297.74º21.2%98.04%-
XYZ75.9366.7999.33-
YUV218.29145.9149.19-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.68%
GREEN value IS 197 (77.34% from 255) = 28.35%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=35.68%
G=28.35%
B=35.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481972500.010.2100.02297.7484.1387.65
HexF8C5FA1150212a5458
Octal37030537212502452124130
Binary11111000110001011111101011010101010010101010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C5FA; }

 p { color: rgb(248,197,250); }

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

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

 a { background-color: rgb(248,197,250); }

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

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

 span { border-color: rgb(248,197,250); }

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