#F8CCFA

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

Shades of Snuff #F8CCFA

Tints of Snuff #F8CCFA

Color information

#F8CCFA (or 0xF8CCFA) is unknown color: approx Snuff. HEX triplet: F8, CC and FA. RGB value is (248,204,250). Sum of RGB (Red+Green+Blue) = 248+204+250=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 204 (80.08% from 255 or 29.06% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8CCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CCFA is #073305. Grayscale: #DEDEDE. Windows color (decimal): -471814 or 16436472. OLE color: 16436472.

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

Color convert

RGB248204250-
CMYK0.010.1800.02
HSL297.39º82.14%89.02%-
HSV(B)297.39º18.4%98.04%-
XYZ77.5670.0499.87-
YUV222.4143.58146.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.33%
GREEN value IS 204 (80.08% from 255) = 29.06%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=35.33%
G=29.06%
B=35.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482042500.010.1800.02297.3982.1489.02
HexF8CCFA112021295259
Octal37031437212202451122131
Binary11111000110011001111101011001001010010100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CCFA; }

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

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

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

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

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

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

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

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