Html Css Color HEX #FE9FFB Lavender Rose

📋 copy color: '#FE9FFB'

red 254 ◦ green 159 ◦ blue 251

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

Shades of Lavender Rose #FE9FFB

Tints of Lavender Rose #FE9FFB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 23.95%

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

R = 38.25%
G = 23.95%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE9FFB (or 0xFE9FFB) is known color: Lavender Rose. HEX triplet: FE, 9F and FB. RGB value is (254,159,251). Sum of RGB (Red+Green+Blue) = 254+159+251=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 159 (62.5% from 255 or 23.95% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FFB is #016004. Grayscale: #C5C5C5. Windows color (decimal): -90117 or 16490494. OLE color: 16490494.

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

Color convert

RGB 254 159 251 -
CMYK 0 0.37 0.01 0.00
HSL 301.89º 0.98% 0.81% -
HSV(B) 301.89º 0.37% 1% -
XYZ 70.68 52.83 97.74 -
YUV 197.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 254 159 251 0 0.37 0.01 0.00 301.89 0.98 0.81
Hex FE 9F FB 0 25 1 0 12E 62 51
Octal 376 237 373 0 45 1 0 456 142 121
Binary 11111110 10011111 11111011 0 100101 1 0 100101110 1100010 1010001

Color Harmonies of #FE9FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9FFB

Black with #FE9FFB

Text Example


Text Example

White with #FE9FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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