Html Css Color HEX #F8D4F3 Snuff

📋 copy color: '#F8D4F3'

red 248 ◦ green 212 ◦ blue 243

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

Shades of Snuff #F8D4F3

Tints of Snuff #F8D4F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.57%

R = 35.28%
G = 30.16%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F8D4F3 (or 0xF8D4F3) is known color: Snuff. HEX triplet: F8, D4 and F3. RGB value is (248,212,243). Sum of RGB (Red+Green+Blue) = 248+212+243=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 212 (83.20% from 255 or 30.16% from 703); Blue value is 243 (95.31% from 255 or 34.57% from 703); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D4F3 is #072B0C. Grayscale: #E2E2E2. Windows color (decimal): -469773 or 15979768. OLE color: 15979768.

HSL color Cylindrical-coordinate representation of color #F8D4F3: hue angle of 308.33º 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 #F8D4F3 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 212 243 -
CMYK 0 0.15 0.02 0.03
HSL 308.33º 0.72% 0.9% -
HSV(B) 308.33º 0.15% 0.97% -
XYZ 78.43 73.51 94.85 -
YUV 226.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 248 212 243 0 0.15 0.02 0.03 308.33 0.72 0.9
Hex F8 D4 F3 0 F 2 3 134 48 5A
Octal 370 324 363 0 17 2 3 464 110 132
Binary 11111000 11010100 11110011 0 1111 10 11 100110100 1001000 1011010

Color Harmonies of #F8D4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D4F3

Black with #F8D4F3

Text Example


Text Example

White with #F8D4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D4F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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