Html Css Color HEX #FED1F5 Snuff

📋 copy color: '#FED1F5'

red 254 ◦ green 209 ◦ blue 245

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

Shades of Snuff #FED1F5

Tints of Snuff #FED1F5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 29.52%

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

R = 35.88%
G = 29.52%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FED1F5 (or 0xFED1F5) is known color: Snuff. HEX triplet: FE, D1 and F5. RGB value is (254,209,245). Sum of RGB (Red+Green+Blue) = 254+209+245=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 209 (82.03% from 255 or 29.52% from 708); Blue value is 245 (96.09% from 255 or 34.60% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED1F5 is #012E0A. Grayscale: #E2E2E2. Windows color (decimal): -77323 or 16110078. OLE color: 16110078.

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

Color convert

RGB 254 209 245 -
CMYK 0 0.18 0.04 0.00
HSL 312º 0.96% 0.91% -
HSV(B) 312º 0.18% 1% -
XYZ 80.15 73.26 96.3 -
YUV 226.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 254 209 245 0 0.18 0.04 0.00 312 0.96 0.91
Hex FE D1 F5 0 12 4 0 138 60 5B
Octal 376 321 365 0 22 4 0 470 140 133
Binary 11111110 11010001 11110101 0 10010 100 0 100111000 1100000 1011011

Color Harmonies of #FED1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED1F5

Black with #FED1F5

Text Example


Text Example

White with #FED1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED1F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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