Html Css Color HEX #FED3F5 Snuff

📋 copy color: '#FED3F5'

red 254 ◦ green 211 ◦ blue 245

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

Shades of Snuff #FED3F5

Tints of Snuff #FED3F5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 29.72%

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

R = 35.77%
G = 29.72%
B = 34.51%

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

#FED3F5 (or 0xFED3F5) is known color: Snuff. HEX triplet: FE, D3 and F5. RGB value is (254,211,245). Sum of RGB (Red+Green+Blue) = 254+211+245=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 211 (82.81% from 255 or 29.72% from 710); Blue value is 245 (96.09% from 255 or 34.51% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3F5 is #012C0A. Grayscale: #E3E3E3. Windows color (decimal): -76811 or 16110590. OLE color: 16110590.

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

Color convert

RGB 254 211 245 -
CMYK 0 0.17 0.04 0.00
HSL 312.56º 0.96% 0.91% -
HSV(B) 312.56º 0.17% 1% -
XYZ 80.65 74.25 96.47 -
YUV 227.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 254 211 245 0 0.17 0.04 0.00 312.56 0.96 0.91
Hex FE D3 F5 0 11 4 0 139 60 5B
Octal 376 323 365 0 21 4 0 471 140 133
Binary 11111110 11010011 11110101 0 10001 100 0 100111001 1100000 1011011

Color Harmonies of #FED3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3F5

Black with #FED3F5

Text Example


Text Example

White with #FED3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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