#F7CDFA

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

Shades of Snuff #F7CDFA

Tints of Snuff #F7CDFA

Color information

#F7CDFA (or 0xF7CDFA) is unknown color: approx Snuff. HEX triplet: F7, CD and FA. RGB value is (247,205,250). Sum of RGB (Red+Green+Blue) = 247+205+250=702 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.19% from 702); Green value is 205 (80.47% from 255 or 29.20% 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 #F7CDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CDFA is #083205. Grayscale: #DEDEDE. Windows color (decimal): -537094 or 16436727. OLE color: 16436727.

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

Color convert

RGB247205250-
CMYK0.010.1800.02
HSL296º81.82%89.22%-
HSV(B)296º18%98.04%-
XYZ77.4470.3499.94-
YUV222.69143.41145.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.19%
GREEN value IS 205 (80.47% from 255) = 29.20%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=35.19%
G=29.20%
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
Decimal2472052500.010.1800.0229681.8289.22
HexF7CDFA112021285259
Octal36731537212202450122131
Binary11110111110011011111101011001001010010100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CDFA; }

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

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

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

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

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

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

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

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