Html Css Color HEX #FED5F5 Snuff

📋 copy color: '#FED5F5'

red 254 ◦ green 213 ◦ blue 245

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

Shades of Snuff #FED5F5

Tints of Snuff #FED5F5

RGB

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

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

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

R = 35.67%
G = 29.92%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FED5F5 (or 0xFED5F5) is known color: Snuff. HEX triplet: FE, D5 and F5. RGB value is (254,213,245). Sum of RGB (Red+Green+Blue) = 254+213+245=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 213 (83.59% from 255 or 29.92% from 712); Blue value is 245 (96.09% from 255 or 34.41% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED5F5 is #012A0A. Grayscale: #E4E4E4. Windows color (decimal): -76299 or 16111102. OLE color: 16111102.

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

Color convert

RGB 254 213 245 -
CMYK 0 0.16 0.04 0.00
HSL 313.17º 0.95% 0.92% -
HSV(B) 313.17º 0.16% 1% -
XYZ 81.15 75.25 96.63 -
YUV 228.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 254 213 245 0 0.16 0.04 0.00 313.17 0.95 0.92
Hex FE D5 F5 0 10 4 0 139 5F 5C
Octal 376 325 365 0 20 4 0 471 137 134
Binary 11111110 11010101 11110101 0 10000 100 0 100111001 1011111 1011100

Color Harmonies of #FED5F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5F5

Black with #FED5F5

Text Example


Text Example

White with #FED5F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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