Html Css Color HEX #FEBEF1 Lavender Rose

📋 copy color: '#FEBEF1'

red 254 ◦ green 190 ◦ blue 241

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

Shades of Lavender Rose #FEBEF1

Tints of Lavender Rose #FEBEF1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 27.74%

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

R = 37.08%
G = 27.74%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEBEF1 (or 0xFEBEF1) is known color: Lavender Rose. HEX triplet: FE, BE and F1. RGB value is (254,190,241). Sum of RGB (Red+Green+Blue) = 254+190+241=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 190 (74.61% from 255 or 27.74% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEF1 is #01410E. Grayscale: #D6D6D6. Windows color (decimal): -82191 or 15843070. OLE color: 15843070.

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

Color convert

RGB 254 190 241 -
CMYK 0 0.25 0.05 0.00
HSL 312.19º 0.97% 0.87% -
HSV(B) 312.19º 0.25% 1% -
XYZ 75.16 64.25 91.66 -
YUV 214.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 254 190 241 0 0.25 0.05 0.00 312.19 0.97 0.87
Hex FE BE F1 0 19 5 0 138 61 57
Octal 376 276 361 0 31 5 0 470 141 127
Binary 11111110 10111110 11110001 0 11001 101 0 100111000 1100001 1010111

Color Harmonies of #FEBEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEF1

Black with #FEBEF1

Text Example


Text Example

White with #FEBEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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