Html Css Color HEX #FE5CAB Brilliant Rose

📋 copy color: '#FE5CAB'

red 254 ◦ green 92 ◦ blue 171

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

Shades of Brilliant Rose #FE5CAB

Tints of Brilliant Rose #FE5CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.79%

 BLUE value IS 171 (67.19% from 255) = 33.08%

R = 49.13%
G = 17.79%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE5CAB (or 0xFE5CAB) is known color: Brilliant Rose. HEX triplet: FE, 5C and AB. RGB value is (254,92,171). Sum of RGB (Red+Green+Blue) = 254+92+171=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5CAB is #01A354. Grayscale: #959595. Windows color (decimal): -107349 or 11230462. OLE color: 11230462.

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

Color convert

RGB 254 92 171 -
CMYK 0 0.64 0.33 0.00
HSL 330.74º 0.99% 0.68% -
HSV(B) 330.74º 0.64% 1% -
XYZ 52.05 31.67 41.9 -
YUV 149.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 254 92 171 0 0.64 0.33 0.00 330.74 0.99 0.68
Hex FE 5C AB 0 40 21 0 14B 63 44
Octal 376 134 253 0 100 41 0 513 143 104
Binary 11111110 1011100 10101011 0 1000000 100001 0 101001011 1100011 1000100

Color Harmonies of #FE5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5CAB

Black with #FE5CAB

Text Example


Text Example

White with #FE5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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