Html Css Color HEX #FE94E7 Lavender Rose

📋 copy color: '#FE94E7'

red 254 ◦ green 148 ◦ blue 231

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

Shades of Lavender Rose #FE94E7

Tints of Lavender Rose #FE94E7

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.38%

 BLUE value IS 231 (90.63% from 255) = 36.49%

R = 40.13%
G = 23.38%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE94E7 (or 0xFE94E7) is known color: Lavender Rose. HEX triplet: FE, 94 and E7. RGB value is (254,148,231). Sum of RGB (Red+Green+Blue) = 254+148+231=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 148 (58.20% from 255 or 23.38% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE94E7 is #016B18. Grayscale: #BCBCBC. Windows color (decimal): -92953 or 15176958. OLE color: 15176958.

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

Color convert

RGB 254 148 231 -
CMYK 0 0.42 0.09 0.00
HSL 313.02º 0.98% 0.79% -
HSV(B) 313.02º 0.42% 1% -
XYZ 65.89 48.02 81.4 -
YUV 189.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 254 148 231 0 0.42 0.09 0.00 313.02 0.98 0.79
Hex FE 94 E7 0 2A 9 0 139 62 4F
Octal 376 224 347 0 52 11 0 471 142 117
Binary 11111110 10010100 11100111 0 101010 1001 0 100111001 1100010 1001111

Color Harmonies of #FE94E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE94E7

Black with #FE94E7

Text Example


Text Example

White with #FE94E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE94E7; }

 p { color: rgb(254,148,231); }

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

background-color css

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

 a { background-color: rgb(254,148,231); }

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

border-color css

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

 span { border-color: rgb(254,148,231); }

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