Html Css Color HEX #FED2F5 Snuff

📋 copy color: '#FED2F5'

red 254 ◦ green 210 ◦ blue 245

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

Shades of Snuff #FED2F5

Tints of Snuff #FED2F5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 29.62%

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

R = 35.83%
G = 29.62%
B = 34.56%

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

#FED2F5 (or 0xFED2F5) is known color: Snuff. HEX triplet: FE, D2 and F5. RGB value is (254,210,245). Sum of RGB (Red+Green+Blue) = 254+210+245=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 210 (82.42% from 255 or 29.62% from 709); Blue value is 245 (96.09% from 255 or 34.56% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2F5 is #012D0A. Grayscale: #E3E3E3. Windows color (decimal): -77067 or 16110334. OLE color: 16110334.

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

Color convert

RGB 254 210 245 -
CMYK 0 0.17 0.04 0.00
HSL 312.27º 0.96% 0.91% -
HSV(B) 312.27º 0.17% 1% -
XYZ 80.4 73.76 96.39 -
YUV 227.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 254 210 245 0 0.17 0.04 0.00 312.27 0.96 0.91
Hex FE D2 F5 0 11 4 0 138 60 5B
Octal 376 322 365 0 21 4 0 470 140 133
Binary 11111110 11010010 11110101 0 10001 100 0 100111000 1100000 1011011

Color Harmonies of #FED2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2F5

Black with #FED2F5

Text Example


Text Example

White with #FED2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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