Html Css Color HEX #FED5F9 Snuff

📋 copy color: '#FED5F9'

red 254 ◦ green 213 ◦ blue 249

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

Shades of Snuff #FED5F9

Tints of Snuff #FED5F9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 29.75%

 BLUE value IS 249 (97.66% from 255) = 34.78%

R = 35.47%
G = 29.75%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FED5F9 (or 0xFED5F9) is known color: Snuff. HEX triplet: FE, D5 and F9. RGB value is (254,213,249). Sum of RGB (Red+Green+Blue) = 254+213+249=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 213 (83.59% from 255 or 29.75% from 716); Blue value is 249 (97.66% from 255 or 34.78% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED5F9 is #012A06. Grayscale: #E5E5E5. Windows color (decimal): -76295 or 16373246. OLE color: 16373246.

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

Color convert

RGB 254 213 249 -
CMYK 0 0.16 0.02 0.00
HSL 307.32º 0.95% 0.92% -
HSV(B) 307.32º 0.16% 1% -
XYZ 81.77 75.5 99.89 -
YUV 229.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 254 213 249 0 0.16 0.02 0.00 307.32 0.95 0.92
Hex FE D5 F9 0 10 2 0 133 5F 5C
Octal 376 325 371 0 20 2 0 463 137 134
Binary 11111110 11010101 11111001 0 10000 10 0 100110011 1011111 1011100

Color Harmonies of #FED5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5F9

Black with #FED5F9

Text Example


Text Example

White with #FED5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5F9; }

 p { color: rgb(254,213,249); }

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

background-color css

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

 a { background-color: rgb(254,213,249); }

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

border-color css

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

 span { border-color: rgb(254,213,249); }

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