Html Css Color HEX #FEB9F1 Lavender Rose

📋 copy color: '#FEB9F1'

red 254 ◦ green 185 ◦ blue 241

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

Shades of Lavender Rose #FEB9F1

Tints of Lavender Rose #FEB9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.21%

 BLUE value IS 241 (94.53% from 255) = 35.44%

R = 37.35%
G = 27.21%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEB9F1 (or 0xFEB9F1) is known color: Lavender Rose. HEX triplet: FE, B9 and F1. RGB value is (254,185,241). Sum of RGB (Red+Green+Blue) = 254+185+241=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 185 (72.66% from 255 or 27.21% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9F1 is #01460E. Grayscale: #D3D3D3. Windows color (decimal): -83471 or 15841790. OLE color: 15841790.

HSL color Cylindrical-coordinate representation of color #FEB9F1: hue angle of 311.3º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEB9F1 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 185 241 -
CMYK 0 0.27 0.05 0.00
HSL 311.3º 0.97% 0.86% -
HSV(B) 311.3º 0.27% 1% -
XYZ 74.1 62.12 91.3 -
YUV 212.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 254 185 241 0 0.27 0.05 0.00 311.3 0.97 0.86
Hex FE B9 F1 0 1B 5 0 137 61 56
Octal 376 271 361 0 33 5 0 467 141 126
Binary 11111110 10111001 11110001 0 11011 101 0 100110111 1100001 1010110

Color Harmonies of #FEB9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9F1

Black with #FEB9F1

Text Example


Text Example

White with #FEB9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9F1; }

 p { color: rgb(254,185,241); }

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

background-color css

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

 a { background-color: rgb(254,185,241); }

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

border-color css

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

 span { border-color: rgb(254,185,241); }

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