Html Css Color HEX #FEB8F1 Lavender Rose

📋 copy color: '#FEB8F1'

red 254 ◦ green 184 ◦ blue 241

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

Shades of Lavender Rose #FEB8F1

Tints of Lavender Rose #FEB8F1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.1%

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

R = 37.41%
G = 27.1%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEB8F1 (or 0xFEB8F1) is known color: Lavender Rose. HEX triplet: FE, B8 and F1. RGB value is (254,184,241). Sum of RGB (Red+Green+Blue) = 254+184+241=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 184 (72.27% from 255 or 27.10% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8F1 is #01470E. Grayscale: #D3D3D3. Windows color (decimal): -83727 or 15841534. OLE color: 15841534.

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

Color convert

RGB 254 184 241 -
CMYK 0 0.28 0.05 0.00
HSL 311.14º 0.97% 0.86% -
HSV(B) 311.14º 0.28% 1% -
XYZ 73.89 61.7 91.23 -
YUV 211.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 254 184 241 0 0.28 0.05 0.00 311.14 0.97 0.86
Hex FE B8 F1 0 1C 5 0 137 61 56
Octal 376 270 361 0 34 5 0 467 141 126
Binary 11111110 10111000 11110001 0 11100 101 0 100110111 1100001 1010110

Color Harmonies of #FEB8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB8F1

Black with #FEB8F1

Text Example


Text Example

White with #FEB8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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