Html Css Color HEX #F7D0FA Snuff

📋 copy color: '#F7D0FA'

red 247 ◦ green 208 ◦ blue 250

#F7D0FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #F7D0FA

Tints of Snuff #F7D0FA

RGB

 RED value IS 247 (96.88% from 255) = 35.04%

 GREEN value IS 208 (81.64% from 255) = 29.5%

 BLUE value IS 250 (98.05% from 255) = 35.46%

R = 35.04%
G = 29.5%
B = 35.46%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F7D0FA (or 0xF7D0FA) is known color: Snuff. HEX triplet: F7, D0 and FA. RGB value is (247,208,250). Sum of RGB (Red+Green+Blue) = 247+208+250=705 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.04% from 705); Green value is 208 (81.64% from 255 or 29.50% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7D0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D0FA is #082F05. Grayscale: #E0E0E0. Windows color (decimal): -536326 or 16437495. OLE color: 16437495.

HSL color Cylindrical-coordinate representation of color #F7D0FA: hue angle of 295.71º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7D0FA is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 208 250 -
CMYK 0.01 0.17 0 0.02
HSL 295.71º 0.81% 0.9% -
HSV(B) 295.71º 0.17% 0.98% -
XYZ 78.17 71.79 100.18 -
YUV 224.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 247 208 250 0.01 0.17 0 0.02 295.71 0.81 0.9
Hex F7 D0 FA 1 11 0 2 128 51 5A
Octal 367 320 372 1 21 0 2 450 121 132
Binary 11110111 11010000 11111010 1 10001 0 10 100101000 1010001 1011010

Color Harmonies of #F7D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D0FA

Black with #F7D0FA

Text Example


Text Example

White with #F7D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D0FA; }

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

 H1.HeaderClassName
 {
   color: #F7D0FA;
 }
 .AnyTagClassName
 {
   color: #F7D0FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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