Html Css Color HEX #FE9DFB Lavender Rose

📋 copy color: '#FE9DFB'

red 254 ◦ green 157 ◦ blue 251

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

Shades of Lavender Rose #FE9DFB

Tints of Lavender Rose #FE9DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 23.72%

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

R = 38.37%
G = 23.72%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE9DFB (or 0xFE9DFB) is known color: Lavender Rose. HEX triplet: FE, 9D and FB. RGB value is (254,157,251). Sum of RGB (Red+Green+Blue) = 254+157+251=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 157 (61.72% from 255 or 23.72% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DFB is #016204. Grayscale: #C4C4C4. Windows color (decimal): -90629 or 16489982. OLE color: 16489982.

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

Color convert

RGB 254 157 251 -
CMYK 0 0.38 0.01 0.00
HSL 301.86º 0.98% 0.81% -
HSV(B) 301.86º 0.38% 1% -
XYZ 70.34 52.15 97.63 -
YUV 196.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 254 157 251 0 0.38 0.01 0.00 301.86 0.98 0.81
Hex FE 9D FB 0 26 1 0 12E 62 51
Octal 376 235 373 0 46 1 0 456 142 121
Binary 11111110 10011101 11111011 0 100110 1 0 100101110 1100010 1010001

Color Harmonies of #FE9DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DFB

Black with #FE9DFB

Text Example


Text Example

White with #FE9DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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