Html Css Color HEX #FED4F5 Snuff

📋 copy color: '#FED4F5'

red 254 ◦ green 212 ◦ blue 245

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

Shades of Snuff #FED4F5

Tints of Snuff #FED4F5

RGB

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

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

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

R = 35.72%
G = 29.82%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FED4F5 (or 0xFED4F5) is known color: Snuff. HEX triplet: FE, D4 and F5. RGB value is (254,212,245). Sum of RGB (Red+Green+Blue) = 254+212+245=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 212 (83.20% from 255 or 29.82% from 711); Blue value is 245 (96.09% from 255 or 34.46% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4F5 is #012B0A. Grayscale: #E4E4E4. Windows color (decimal): -76555 or 16110846. OLE color: 16110846.

HSL color Cylindrical-coordinate representation of color #FED4F5: hue angle of 312.86º 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 #FED4F5 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 212 245 -
CMYK 0 0.17 0.04 0.00
HSL 312.86º 0.95% 0.91% -
HSV(B) 312.86º 0.17% 1% -
XYZ 80.9 74.75 96.55 -
YUV 228.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 254 212 245 0 0.17 0.04 0.00 312.86 0.95 0.91
Hex FE D4 F5 0 11 4 0 139 5F 5B
Octal 376 324 365 0 21 4 0 471 137 133
Binary 11111110 11010100 11110101 0 10001 100 0 100111001 1011111 1011011

Color Harmonies of #FED4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4F5

Black with #FED4F5

Text Example


Text Example

White with #FED4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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