#F8C4FE

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

Shades of Snuff #F8C4FE

Tints of Snuff #F8C4FE

Color information

#F8C4FE (or 0xF8C4FE) is unknown color: approx Snuff. HEX triplet: F8, C4 and FE. RGB value is (248,196,254). Sum of RGB (Red+Green+Blue) = 248+196+254=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 196 (76.95% from 255 or 28.08% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8C4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C4FE is #073B01. Grayscale: #D9D9D9. Windows color (decimal): -473858 or 16696568. OLE color: 16696568.

HSL color Cylindrical-coordinate representation of color #F8C4FE: hue angle of 293.79º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8C4FE is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB248196254-
CMYK0.020.2300.00
HSL293.79º96.67%88.24%-
HSV(B)293.79º22.83%99.61%-
XYZ76.3466.59102.6-
YUV218.16148.23149.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.53%
GREEN value IS 196 (76.95% from 255) = 28.08%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=35.53%
G=28.08%
B=36.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2481962540.020.2300.00293.7996.6788.24
HexF8C4FE217001266158
Octal37030437622700446141130
Binary11111000110001001111111010101110010010011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C4FE; }

 p { color: rgb(248,196,254); }

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

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

 a { background-color: rgb(248,196,254); }

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

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

 span { border-color: rgb(248,196,254); }

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