Html Css Color HEX #F8D4F5 Snuff

📋 copy color: '#F8D4F5'

red 248 ◦ green 212 ◦ blue 245

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

Shades of Snuff #F8D4F5

Tints of Snuff #F8D4F5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.07%

 BLUE value IS 245 (96.09% from 255) = 34.75%

R = 35.18%
G = 30.07%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F8D4F5 (or 0xF8D4F5) is known color: Snuff. HEX triplet: F8, D4 and F5. RGB value is (248,212,245). Sum of RGB (Red+Green+Blue) = 248+212+245=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 212 (83.20% from 255 or 30.07% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D4F5 is #072B0A. Grayscale: #E2E2E2. Windows color (decimal): -469771 or 16110840. OLE color: 16110840.

HSL color Cylindrical-coordinate representation of color #F8D4F5: hue angle of 305º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8D4F5 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 212 245 -
CMYK 0 0.15 0.01 0.03
HSL 305º 0.72% 0.9% -
HSV(B) 305º 0.15% 0.97% -
XYZ 78.74 73.64 96.45 -
YUV 226.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 248 212 245 0 0.15 0.01 0.03 305 0.72 0.9
Hex F8 D4 F5 0 F 1 3 131 48 5A
Octal 370 324 365 0 17 1 3 461 110 132
Binary 11111000 11010100 11110101 0 1111 1 11 100110001 1001000 1011010

Color Harmonies of #F8D4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D4F5

Black with #F8D4F5

Text Example


Text Example

White with #F8D4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D4F5; }

 p { color: rgb(248,212,245); }

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

background-color css

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

 a { background-color: rgb(248,212,245); }

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

border-color css

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

 span { border-color: rgb(248,212,245); }

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