#FE38AC

Color #FE38AC Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #FE38AC

Tints of Persian Rose #FE38AC

Color information

#FE38AC (or 0xFE38AC) is unknown color: approx 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

RGB25456172-
CMYK00.780.320.00
HSL324.85º99%60.78%-
HSV(B)324.85º77.95%99.61%-
XYZ49.7326.8841.6-
YUV128.43152.6217.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.70%
GREEN value IS 56 (22.27% from 255) = 11.62%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=52.70%
G=11.62%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545617200.780.320.00324.859960.78
HexFE38AC04E200145633d
Octal37670254011640050514375
Binary11111110111000101011000100111010000001010001011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE38AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>