Html Css Color HEX #F8D3FA Snuff

📋 copy color: '#F8D3FA'

red 248 ◦ green 211 ◦ blue 250

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

Shades of Snuff #F8D3FA

Tints of Snuff #F8D3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 29.76%

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

R = 34.98%
G = 29.76%
B = 35.26%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8D3FA (or 0xF8D3FA) is known color: Snuff. HEX triplet: F8, D3 and FA. RGB value is (248,211,250). Sum of RGB (Red+Green+Blue) = 248+211+250=709 (93% of max value = 765). Red value is 248 (97.27% from 255 or 34.98% from 709); Green value is 211 (82.81% from 255 or 29.76% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8D3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D3FA is #072C05. Grayscale: #E2E2E2. Windows color (decimal): -470022 or 16438264. OLE color: 16438264.

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

Color convert

RGB 248 211 250 -
CMYK 0.01 0.16 0 0.02
HSL 296.92º 0.8% 0.9% -
HSV(B) 296.92º 0.16% 0.98% -
XYZ 79.26 73.45 100.44 -
YUV 226.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 248 211 250 0.01 0.16 0 0.02 296.92 0.8 0.9
Hex F8 D3 FA 1 10 0 2 129 50 5A
Octal 370 323 372 1 20 0 2 451 120 132
Binary 11111000 11010011 11111010 1 10000 0 10 100101001 1010000 1011010

Color Harmonies of #F8D3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D3FA

Black with #F8D3FA

Text Example


Text Example

White with #F8D3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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