Html Css Color HEX #F8C8FA Snuff

📋 copy color: '#F8C8FA'

red 248 ◦ green 200 ◦ blue 250

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

Shades of Snuff #F8C8FA

Tints of Snuff #F8C8FA

RGB

 RED value IS 248 (97.27% from 255) = 35.53%

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

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

R = 35.53%
G = 28.65%
B = 35.82%

CMYK

 C value IS 0.01

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8C8FA (or 0xF8C8FA) is known color: Snuff. HEX triplet: F8, C8 and FA. RGB value is (248,200,250). Sum of RGB (Red+Green+Blue) = 248+200+250=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 200 (78.52% from 255 or 28.65% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8C8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C8FA is #073705. Grayscale: #DBDBDB. Windows color (decimal): -472838 or 16435448. OLE color: 16435448.

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

Color convert

RGB 248 200 250 -
CMYK 0.01 0.2 0 0.02
HSL 297.6º 0.83% 0.88% -
HSV(B) 297.6º 0.2% 0.98% -
XYZ 76.62 68.17 99.56 -
YUV 220.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 248 200 250 0.01 0.2 0 0.02 297.6 0.83 0.88
Hex F8 C8 FA 1 14 0 2 12A 53 58
Octal 370 310 372 1 24 0 2 452 123 130
Binary 11111000 11001000 11111010 1 10100 0 10 100101010 1010011 1011000

Color Harmonies of #F8C8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C8FA

Black with #F8C8FA

Text Example


Text Example

White with #F8C8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C8FA; }

 p { color: rgb(248,200,250); }

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

background-color css

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

 a { background-color: rgb(248,200,250); }

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

border-color css

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

 span { border-color: rgb(248,200,250); }

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