Html Css Color HEX #FED8F6 Snuff

📋 copy color: '#FED8F6'

red 254 ◦ green 216 ◦ blue 246

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

Shades of Snuff #FED8F6

Tints of Snuff #FED8F6

RGB

 RED value IS 254 (99.61% from 255) = 35.47%

 GREEN value IS 216 (84.77% from 255) = 30.17%

 BLUE value IS 246 (96.48% from 255) = 34.36%

R = 35.47%
G = 30.17%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FED8F6 (or 0xFED8F6) is known color: Snuff. HEX triplet: FE, D8 and F6. RGB value is (254,216,246). Sum of RGB (Red+Green+Blue) = 254+216+246=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 216 (84.77% from 255 or 30.17% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8F6 is #012709. Grayscale: #E6E6E6. Windows color (decimal): -75530 or 16177406. OLE color: 16177406.

HSL color Cylindrical-coordinate representation of color #FED8F6: hue angle of 312.63º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED8F6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 216 246 -
CMYK 0 0.15 0.03 0.00
HSL 312.63º 0.95% 0.92% -
HSV(B) 312.63º 0.15% 1% -
XYZ 82.06 76.84 97.69 -
YUV 230.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 254 216 246 0 0.15 0.03 0.00 312.63 0.95 0.92
Hex FE D8 F6 0 F 3 0 139 5F 5C
Octal 376 330 366 0 17 3 0 471 137 134
Binary 11111110 11011000 11110110 0 1111 11 0 100111001 1011111 1011100

Color Harmonies of #FED8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED8F6

Black with #FED8F6

Text Example


Text Example

White with #FED8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED8F6; }

 p { color: rgb(254,216,246); }

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

background-color css

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

 a { background-color: rgb(254,216,246); }

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

border-color css

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

 span { border-color: rgb(254,216,246); }

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