Html Css Color HEX #FE9CEB Lavender Rose

📋 copy color: '#FE9CEB'

red 254 ◦ green 156 ◦ blue 235

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

Shades of Lavender Rose #FE9CEB

Tints of Lavender Rose #FE9CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.19%

 BLUE value IS 235 (92.19% from 255) = 36.43%

R = 39.38%
G = 24.19%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE9CEB (or 0xFE9CEB) is known color: Lavender Rose. HEX triplet: FE, 9C and EB. RGB value is (254,156,235). Sum of RGB (Red+Green+Blue) = 254+156+235=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 156 (61.33% from 255 or 24.19% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CEB is #016314. Grayscale: #C2C2C2. Windows color (decimal): -90901 or 15441150. OLE color: 15441150.

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

Color convert

RGB 254 156 235 -
CMYK 0 0.39 0.07 0.00
HSL 311.63º 0.98% 0.8% -
HSV(B) 311.63º 0.39% 1% -
XYZ 67.76 50.85 84.84 -
YUV 194.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 254 156 235 0 0.39 0.07 0.00 311.63 0.98 0.8
Hex FE 9C EB 0 27 7 0 138 62 50
Octal 376 234 353 0 47 7 0 470 142 120
Binary 11111110 10011100 11101011 0 100111 111 0 100111000 1100010 1010000

Color Harmonies of #FE9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CEB

Black with #FE9CEB

Text Example


Text Example

White with #FE9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CEB; }

 p { color: rgb(254,156,235); }

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

background-color css

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

 a { background-color: rgb(254,156,235); }

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

border-color css

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

 span { border-color: rgb(254,156,235); }

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