Html Css Color HEX #FE9BEE Lavender Rose

📋 copy color: '#FE9BEE'

red 254 ◦ green 155 ◦ blue 238

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

Shades of Lavender Rose #FE9BEE

Tints of Lavender Rose #FE9BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.79%

R = 39.26%
G = 23.96%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE9BEE (or 0xFE9BEE) is known color: Lavender Rose. HEX triplet: FE, 9B and EE. RGB value is (254,155,238). Sum of RGB (Red+Green+Blue) = 254+155+238=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 155 (60.94% from 255 or 23.96% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9BEE is #016411. Grayscale: #C1C1C1. Windows color (decimal): -91154 or 15637502. OLE color: 15637502.

HSL color Cylindrical-coordinate representation of color #FE9BEE: hue angle of 309.7º 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 #FE9BEE is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 155 238 -
CMYK 0 0.39 0.06 0.00
HSL 309.7º 0.98% 0.8% -
HSV(B) 309.7º 0.39% 1% -
XYZ 68.03 50.69 87.09 -
YUV 194.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 254 155 238 0 0.39 0.06 0.00 309.7 0.98 0.8
Hex FE 9B EE 0 27 6 0 136 62 50
Octal 376 233 356 0 47 6 0 466 142 120
Binary 11111110 10011011 11101110 0 100111 110 0 100110110 1100010 1010000

Color Harmonies of #FE9BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9BEE

Black with #FE9BEE

Text Example


Text Example

White with #FE9BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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