Html Css Color HEX #FE3BAE Persian Rose

📋 copy color: '#FE3BAE'

red 254 ◦ green 59 ◦ blue 174

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

Shades of Persian Rose #FE3BAE

Tints of Persian Rose #FE3BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.11%

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

R = 52.16%
G = 12.11%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE3BAE (or 0xFE3BAE) is known color: Persian Rose. HEX triplet: FE, 3B and AE. RGB value is (254,59,174). Sum of RGB (Red+Green+Blue) = 254+59+174=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3BAE is #01C451. Grayscale: #828282. Windows color (decimal): -115794 or 11418622. OLE color: 11418622.

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

Color convert

RGB 254 59 174 -
CMYK 0 0.77 0.31 0.00
HSL 324.62º 0.99% 0.61% -
HSV(B) 324.62º 0.77% 1% -
XYZ 50.08 27.25 42.67 -
YUV 130.42 152.6 216.15 -
System Red Green Blue C M Y K H S L
Decimal 254 59 174 0 0.77 0.31 0.00 324.62 0.99 0.61
Hex FE 3B AE 0 4D 1F 0 145 63 3D
Octal 376 73 256 0 115 37 0 505 143 75
Binary 11111110 111011 10101110 0 1001101 11111 0 101000101 1100011 111101

Color Harmonies of #FE3BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3BAE

Black with #FE3BAE

Text Example


Text Example

White with #FE3BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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