Html Css Color HEX #FEA2FB Lavender Rose

📋 copy color: '#FEA2FB'

red 254 ◦ green 162 ◦ blue 251

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

Shades of Lavender Rose #FEA2FB

Tints of Lavender Rose #FEA2FB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.29%

 BLUE value IS 251 (98.44% from 255) = 37.63%

R = 38.08%
G = 24.29%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEA2FB (or 0xFEA2FB) is known color: Lavender Rose. HEX triplet: FE, A2 and FB. RGB value is (254,162,251). Sum of RGB (Red+Green+Blue) = 254+162+251=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 162 (63.67% from 255 or 24.29% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2FB is #015D04. Grayscale: #C7C7C7. Windows color (decimal): -89349 or 16491262. OLE color: 16491262.

HSL color Cylindrical-coordinate representation of color #FEA2FB: hue angle of 301.96º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2FB is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 162 251 -
CMYK 0 0.36 0.01 0.00
HSL 301.96º 0.98% 0.82% -
HSV(B) 301.96º 0.36% 1% -
XYZ 71.21 53.88 97.91 -
YUV 199.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 254 162 251 0 0.36 0.01 0.00 301.96 0.98 0.82
Hex FE A2 FB 0 24 1 0 12E 62 52
Octal 376 242 373 0 44 1 0 456 142 122
Binary 11111110 10100010 11111011 0 100100 1 0 100101110 1100010 1010010

Color Harmonies of #FEA2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2FB

Black with #FEA2FB

Text Example


Text Example

White with #FEA2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2FB; }

 p { color: rgb(254,162,251); }

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

background-color css

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

 a { background-color: rgb(254,162,251); }

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

border-color css

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

 span { border-color: rgb(254,162,251); }

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