Html Css Color HEX #FEA7FB Lavender Rose

📋 copy color: '#FEA7FB'

red 254 ◦ green 167 ◦ blue 251

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

Shades of Lavender Rose #FEA7FB

Tints of Lavender Rose #FEA7FB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 24.85%

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

R = 37.8%
G = 24.85%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEA7FB (or 0xFEA7FB) is known color: Lavender Rose. HEX triplet: FE, A7 and FB. RGB value is (254,167,251). Sum of RGB (Red+Green+Blue) = 254+167+251=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 167 (65.62% from 255 or 24.85% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA7FB is #015804. Grayscale: #CACACA. Windows color (decimal): -88069 or 16492542. OLE color: 16492542.

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

Color convert

RGB 254 167 251 -
CMYK 0 0.34 0.01 0.00
HSL 302.07º 0.98% 0.83% -
HSV(B) 302.07º 0.34% 1% -
XYZ 72.1 55.67 98.21 -
YUV 202.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 254 167 251 0 0.34 0.01 0.00 302.07 0.98 0.83
Hex FE A7 FB 0 22 1 0 12E 62 53
Octal 376 247 373 0 42 1 0 456 142 123
Binary 11111110 10100111 11111011 0 100010 1 0 100101110 1100010 1010011

Color Harmonies of #FEA7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA7FB

Black with #FEA7FB

Text Example


Text Example

White with #FEA7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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