Html Css Color HEX #F7C8FD Snuff

📋 copy color: '#F7C8FD'

red 247 ◦ green 200 ◦ blue 253

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

Shades of Snuff #F7C8FD

Tints of Snuff #F7C8FD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.57%

 BLUE value IS 253 (99.22% from 255) = 36.14%

R = 35.29%
G = 28.57%
B = 36.14%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F7C8FD (or 0xF7C8FD) is known color: Snuff. HEX triplet: F7, C8 and FD. RGB value is (247,200,253). Sum of RGB (Red+Green+Blue) = 247+200+253=700 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.29% from 700); Green value is 200 (78.52% from 255 or 28.57% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7C8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C8FD is #083702. Grayscale: #DBDBDB. Windows color (decimal): -538371 or 16632055. OLE color: 16632055.

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

Color convert

RGB 247 200 253 -
CMYK 0.02 0.21 0 0.01
HSL 293.21º 0.93% 0.89% -
HSV(B) 293.21º 0.21% 0.99% -
XYZ 76.74 68.17 102.04 -
YUV 220.1 146.57 147.19 -
System Red Green Blue C M Y K H S L
Decimal 247 200 253 0.02 0.21 0 0.01 293.21 0.93 0.89
Hex F7 C8 FD 2 15 0 1 125 5D 59
Octal 367 310 375 2 25 0 1 445 135 131
Binary 11110111 11001000 11111101 10 10101 0 1 100100101 1011101 1011001

Color Harmonies of #F7C8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C8FD

Black with #F7C8FD

Text Example


Text Example

White with #F7C8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C8FD; }

 p { color: rgb(247,200,253); }

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

background-color css

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

 a { background-color: rgb(247,200,253); }

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

border-color css

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

 span { border-color: rgb(247,200,253); }

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