Html Css Color HEX #F7D0FC Snuff

📋 copy color: '#F7D0FC'

red 247 ◦ green 208 ◦ blue 252

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

Shades of Snuff #F7D0FC

Tints of Snuff #F7D0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.64%

R = 34.94%
G = 29.42%
B = 35.64%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F7D0FC (or 0xF7D0FC) is known color: Snuff. HEX triplet: F7, D0 and FC. RGB value is (247,208,252). Sum of RGB (Red+Green+Blue) = 247+208+252=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 208 (81.64% from 255 or 29.42% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7D0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D0FC is #082F03. Grayscale: #E0E0E0. Windows color (decimal): -536324 or 16568567. OLE color: 16568567.

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

Color convert

RGB 247 208 252 -
CMYK 0.02 0.17 0 0.01
HSL 293.18º 0.88% 0.9% -
HSV(B) 293.18º 0.17% 0.99% -
XYZ 78.48 71.91 101.84 -
YUV 224.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 247 208 252 0.02 0.17 0 0.01 293.18 0.88 0.9
Hex F7 D0 FC 2 11 0 1 125 58 5A
Octal 367 320 374 2 21 0 1 445 130 132
Binary 11110111 11010000 11111100 10 10001 0 1 100100101 1011000 1011010

Color Harmonies of #F7D0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D0FC

Black with #F7D0FC

Text Example


Text Example

White with #F7D0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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