#F7CDFE

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

Shades of Snuff #F7CDFE

Tints of Snuff #F7CDFE

Color information

#F7CDFE (or 0xF7CDFE) is unknown color: approx Snuff. HEX triplet: F7, CD and FE. RGB value is (247,205,254). Sum of RGB (Red+Green+Blue) = 247+205+254=706 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.99% from 706); Green value is 205 (80.47% from 255 or 29.04% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7CDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CDFE is #083201. Grayscale: #DEDEDE. Windows color (decimal): -537090 or 16698871. OLE color: 16698871.

HSL color Cylindrical-coordinate representation of color #F7CDFE: hue angle of 291.43º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7CDFE is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB247205254-
CMYK0.030.1900.00
HSL291.43º96.08%90%-
HSV(B)291.43º19.29%99.61%-
XYZ78.0870.59103.28-
YUV223.14145.41145.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.99%
GREEN value IS 205 (80.47% from 255) = 29.04%
BLUE value IS 254 (99.61% from 255) = 35.98%
R=34.99%
G=29.04%
B=35.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2472052540.030.1900.00291.4396.0890
HexF7CDFE31300123605a
Octal36731537632300443140132
Binary11110111110011011111111011100110010010001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CDFE; }

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

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

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

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

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

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

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

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