Html Css Color HEX #FE38AC Persian Rose

📋 copy color: '#FE38AC'

red 254 ◦ green 56 ◦ blue 172

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

Shades of Persian Rose #FE38AC

Tints of Persian Rose #FE38AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.62%

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 52.7%
G = 11.62%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE38AC (or 0xFE38AC) is known color: Persian Rose. HEX triplet: FE, 38 and AC. RGB value is (254,56,172). Sum of RGB (Red+Green+Blue) = 254+56+172=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE38AC is #01C753. Grayscale: #808080. Windows color (decimal): -116564 or 11286782. OLE color: 11286782.

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

Color convert

RGB 254 56 172 -
CMYK 0 0.78 0.32 0.00
HSL 324.85º 0.99% 0.61% -
HSV(B) 324.85º 0.78% 1% -
XYZ 49.73 26.88 41.6 -
YUV 128.43 152.6 217.57 -
System Red Green Blue C M Y K H S L
Decimal 254 56 172 0 0.78 0.32 0.00 324.85 0.99 0.61
Hex FE 38 AC 0 4E 20 0 145 63 3D
Octal 376 70 254 0 116 40 0 505 143 75
Binary 11111110 111000 10101100 0 1001110 100000 0 101000101 1100011 111101

Color Harmonies of #FE38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE38AC

Black with #FE38AC

Text Example


Text Example

White with #FE38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE38AC; }

 p { color: rgb(254,56,172); }

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

background-color css

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

 a { background-color: rgb(254,56,172); }

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

border-color css

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

 span { border-color: rgb(254,56,172); }

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