#F7C4FE

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

Shades of Snuff #F7C4FE

Tints of Snuff #F7C4FE

Color information

#F7C4FE (or 0xF7C4FE) is unknown color: approx Snuff. HEX triplet: F7, C4 and FE. RGB value is (247,196,254). Sum of RGB (Red+Green+Blue) = 247+196+254=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 196 (76.95% from 255 or 28.12% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7C4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C4FE is #083B01. Grayscale: #D9D9D9. Windows color (decimal): -539394 or 16696567. OLE color: 16696567.

HSL color Cylindrical-coordinate representation of color #F7C4FE: hue angle of 292.76º 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 #F7C4FE is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB247196254-
CMYK0.030.2300.00
HSL292.76º96.67%88.24%-
HSV(B)292.76º22.83%99.61%-
XYZ75.9966.41102.58-
YUV217.86148.4148.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.44%
GREEN value IS 196 (76.95% from 255) = 28.12%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=35.44%
G=28.12%
B=36.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2471962540.030.2300.00292.7696.6788.24
HexF7C4FE317001256158
Octal36730437632700445141130
Binary11110111110001001111111011101110010010010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C4FE; }

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

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

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

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

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

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

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

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