Html Css Color HEX #FED4F9 Snuff

📋 copy color: '#FED4F9'

red 254 ◦ green 212 ◦ blue 249

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

Shades of Snuff #FED4F9

Tints of Snuff #FED4F9

RGB

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

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

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

R = 35.52%
G = 29.65%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FED4F9 (or 0xFED4F9) is known color: Snuff. HEX triplet: FE, D4 and F9. RGB value is (254,212,249). Sum of RGB (Red+Green+Blue) = 254+212+249=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 212 (83.20% from 255 or 29.65% from 715); Blue value is 249 (97.66% from 255 or 34.83% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4F9 is #012B06. Grayscale: #E4E4E4. Windows color (decimal): -76551 or 16372990. OLE color: 16372990.

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

Color convert

RGB 254 212 249 -
CMYK 0 0.17 0.02 0.00
HSL 307.14º 0.95% 0.91% -
HSV(B) 307.14º 0.17% 1% -
XYZ 81.52 75 99.8 -
YUV 228.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 254 212 249 0 0.17 0.02 0.00 307.14 0.95 0.91
Hex FE D4 F9 0 11 2 0 133 5F 5B
Octal 376 324 371 0 21 2 0 463 137 133
Binary 11111110 11010100 11111001 0 10001 10 0 100110011 1011111 1011011

Color Harmonies of #FED4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4F9

Black with #FED4F9

Text Example


Text Example

White with #FED4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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