Html Css Color HEX #FED3F9 Snuff

📋 copy color: '#FED3F9'

red 254 ◦ green 211 ◦ blue 249

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

Shades of Snuff #FED3F9

Tints of Snuff #FED3F9

RGB

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

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

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

R = 35.57%
G = 29.55%
B = 34.87%

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

#FED3F9 (or 0xFED3F9) is known color: Snuff. HEX triplet: FE, D3 and F9. RGB value is (254,211,249). Sum of RGB (Red+Green+Blue) = 254+211+249=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 211 (82.81% from 255 or 29.55% from 714); Blue value is 249 (97.66% from 255 or 34.87% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3F9 is #012C06. Grayscale: #E4E4E4. Windows color (decimal): -76807 or 16372734. OLE color: 16372734.

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

Color convert

RGB 254 211 249 -
CMYK 0 0.17 0.02 0.00
HSL 306.98º 0.96% 0.91% -
HSV(B) 306.98º 0.17% 1% -
XYZ 81.27 74.5 99.72 -
YUV 228.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 254 211 249 0 0.17 0.02 0.00 306.98 0.96 0.91
Hex FE D3 F9 0 11 2 0 133 60 5B
Octal 376 323 371 0 21 2 0 463 140 133
Binary 11111110 11010011 11111001 0 10001 10 0 100110011 1100000 1011011

Color Harmonies of #FED3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3F9

Black with #FED3F9

Text Example


Text Example

White with #FED3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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