Html Css Color HEX #FE9BF4 Lavender Rose

📋 copy color: '#FE9BF4'

red 254 ◦ green 155 ◦ blue 244

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

Shades of Lavender Rose #FE9BF4

Tints of Lavender Rose #FE9BF4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 23.74%

 BLUE value IS 244 (95.7% from 255) = 37.37%

R = 38.9%
G = 23.74%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE9BF4 (or 0xFE9BF4) is known color: Lavender Rose. HEX triplet: FE, 9B and F4. RGB value is (254,155,244). Sum of RGB (Red+Green+Blue) = 254+155+244=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 155 (60.94% from 255 or 23.74% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9BF4 is #01640B. Grayscale: #C2C2C2. Windows color (decimal): -91148 or 16030718. OLE color: 16030718.

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

Color convert

RGB 254 155 244 -
CMYK 0 0.39 0.04 0.00
HSL 306.06º 0.98% 0.8% -
HSV(B) 306.06º 0.39% 1% -
XYZ 68.92 51.05 91.81 -
YUV 194.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 254 155 244 0 0.39 0.04 0.00 306.06 0.98 0.8
Hex FE 9B F4 0 27 4 0 132 62 50
Octal 376 233 364 0 47 4 0 462 142 120
Binary 11111110 10011011 11110100 0 100111 100 0 100110010 1100010 1010000

Color Harmonies of #FE9BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9BF4

Black with #FE9BF4

Text Example


Text Example

White with #FE9BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9BF4; }

 p { color: rgb(254,155,244); }

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

background-color css

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

 a { background-color: rgb(254,155,244); }

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

border-color css

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

 span { border-color: rgb(254,155,244); }

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