Html Css Color HEX #FE99F0 Lavender Rose

📋 copy color: '#FE99F0'

red 254 ◦ green 153 ◦ blue 240

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

Shades of Lavender Rose #FE99F0

Tints of Lavender Rose #FE99F0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 23.65%

 BLUE value IS 240 (94.14% from 255) = 37.09%

R = 39.26%
G = 23.65%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE99F0 (or 0xFE99F0) is known color: Lavender Rose. HEX triplet: FE, 99 and F0. RGB value is (254,153,240). Sum of RGB (Red+Green+Blue) = 254+153+240=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 153 (60.16% from 255 or 23.65% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE99F0 is #01660F. Grayscale: #C0C0C0. Windows color (decimal): -91664 or 15768062. OLE color: 15768062.

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

Color convert

RGB 254 153 240 -
CMYK 0 0.40 0.06 0.00
HSL 308.32º 0.98% 0.8% -
HSV(B) 308.32º 0.4% 1% -
XYZ 67.99 50.14 88.53 -
YUV 193.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 254 153 240 0 0.40 0.06 0.00 308.32 0.98 0.8
Hex FE 99 F0 0 28 6 0 134 62 50
Octal 376 231 360 0 50 6 0 464 142 120
Binary 11111110 10011001 11110000 0 101000 110 0 100110100 1100010 1010000

Color Harmonies of #FE99F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE99F0

Black with #FE99F0

Text Example


Text Example

White with #FE99F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE99F0; }

 p { color: rgb(254,153,240); }

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

background-color css

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

 a { background-color: rgb(254,153,240); }

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

border-color css

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

 span { border-color: rgb(254,153,240); }

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