#FE4CAB

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

Shades of Brilliant Rose #FE4CAB

Tints of Brilliant Rose #FE4CAB

Color information

#FE4CAB (or 0xFE4CAB) is unknown color: approx Brilliant Rose. HEX triplet: FE, 4C and AB. RGB value is (254,76,171). Sum of RGB (Red+Green+Blue) = 254+76+171=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4CAB is #01B354. Grayscale: #8B8B8B. Windows color (decimal): -111445 or 11226366. OLE color: 11226366.

HSL color Cylindrical-coordinate representation of color #FE4CAB: hue angle of 327.98º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4CAB is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB25476171-
CMYK00.700.330.00
HSL327.98º98.89%64.71%-
HSV(B)327.98º70.08%99.61%-
XYZ50.8129.1841.48-
YUV140.05145.47209.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.70%
GREEN value IS 76 (30.08% from 255) = 15.17%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=50.70%
G=15.17%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547617100.700.330.00327.9898.8964.71
HexFE4CAB0462101486341
Octal3761142530106410510143101
Binary1111111010011001010101101000110100001010100100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4CAB; }

 p { color: rgb(254,76,171); }

 H1.HeaderClassName
 {
   color: #FE4CAB;
 }
 .AnyTagClassName
 {
   color: #FE4CAB;
 }
</style>
background-color css

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

 a { background-color: rgb(254,76,171); }

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

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

 span { border-color: rgb(254,76,171); }

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