Html Css Color HEX #FE2DAE Persian Rose

📋 copy color: '#FE2DAE'

red 254 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #FE2DAE

Tints of Persian Rose #FE2DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.51%

 BLUE value IS 174 (68.36% from 255) = 36.79%

R = 53.7%
G = 9.51%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE2DAE (or 0xFE2DAE) is known color: Persian Rose. HEX triplet: FE, 2D and AE. RGB value is (254,45,174). Sum of RGB (Red+Green+Blue) = 254+45+174=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2DAE is #01D251. Grayscale: #797979. Windows color (decimal): -119378 or 11415038. OLE color: 11415038.

HSL color Cylindrical-coordinate representation of color #FE2DAE: hue angle of 322.97º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DAE is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 45 174 -
CMYK 0 0.82 0.31 0.00
HSL 322.97º 0.99% 0.59% -
HSV(B) 322.97º 0.82% 1% -
XYZ 49.45 26 42.46 -
YUV 122.2 157.24 222.01 -
System Red Green Blue C M Y K H S L
Decimal 254 45 174 0 0.82 0.31 0.00 322.97 0.99 0.59
Hex FE 2D AE 0 52 1F 0 143 63 3B
Octal 376 55 256 0 122 37 0 503 143 73
Binary 11111110 101101 10101110 0 1010010 11111 0 101000011 1100011 111011

Color Harmonies of #FE2DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2DAE

Black with #FE2DAE

Text Example


Text Example

White with #FE2DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2DAE; }

 p { color: rgb(254,45,174); }

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

background-color css

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

 a { background-color: rgb(254,45,174); }

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

border-color css

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

 span { border-color: rgb(254,45,174); }

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