Html Css Color HEX #FEB1F7 Lavender Rose

📋 copy color: '#FEB1F7'

red 254 ◦ green 177 ◦ blue 247

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

Shades of Lavender Rose #FEB1F7

Tints of Lavender Rose #FEB1F7

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.11%

 BLUE value IS 247 (96.88% from 255) = 36.43%

R = 37.46%
G = 26.11%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEB1F7 (or 0xFEB1F7) is known color: Lavender Rose. HEX triplet: FE, B1 and F7. RGB value is (254,177,247). Sum of RGB (Red+Green+Blue) = 254+177+247=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 177 (69.53% from 255 or 26.11% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB1F7 is #014E08. Grayscale: #CFCFCF. Windows color (decimal): -85513 or 16232958. OLE color: 16232958.

HSL color Cylindrical-coordinate representation of color #FEB1F7: hue angle of 305.45º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB1F7 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 177 247 -
CMYK 0 0.30 0.03 0.00
HSL 305.45º 0.97% 0.85% -
HSV(B) 305.45º 0.3% 1% -
XYZ 73.38 59.23 95.56 -
YUV 208 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 254 177 247 0 0.30 0.03 0.00 305.45 0.97 0.85
Hex FE B1 F7 0 1E 3 0 131 61 55
Octal 376 261 367 0 36 3 0 461 141 125
Binary 11111110 10110001 11110111 0 11110 11 0 100110001 1100001 1010101

Color Harmonies of #FEB1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1F7

Black with #FEB1F7

Text Example


Text Example

White with #FEB1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1F7; }

 p { color: rgb(254,177,247); }

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

background-color css

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

 a { background-color: rgb(254,177,247); }

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

border-color css

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

 span { border-color: rgb(254,177,247); }

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