Html Css Color HEX #F8C5FA Snuff

📋 copy color: '#F8C5FA'

red 248 ◦ green 197 ◦ blue 250

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

Shades of Snuff #F8C5FA

Tints of Snuff #F8C5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.35%

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

R = 35.68%
G = 28.35%
B = 35.97%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8C5FA (or 0xF8C5FA) is known color: Snuff. HEX triplet: F8, C5 and FA. RGB value is (248,197,250). Sum of RGB (Red+Green+Blue) = 248+197+250=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 197 (77.34% from 255 or 28.35% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8C5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C5FA is #073A05. Grayscale: #DADADA. Windows color (decimal): -473606 or 16434680. OLE color: 16434680.

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

Color convert

RGB 248 197 250 -
CMYK 0.01 0.21 0 0.02
HSL 297.74º 0.84% 0.88% -
HSV(B) 297.74º 0.21% 0.98% -
XYZ 75.93 66.79 99.33 -
YUV 218.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 248 197 250 0.01 0.21 0 0.02 297.74 0.84 0.88
Hex F8 C5 FA 1 15 0 2 12A 54 58
Octal 370 305 372 1 25 0 2 452 124 130
Binary 11111000 11000101 11111010 1 10101 0 10 100101010 1010100 1011000

Color Harmonies of #F8C5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C5FA

Black with #F8C5FA

Text Example


Text Example

White with #F8C5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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