Html Css Color HEX #FEBEF8 Lavender Rose

📋 copy color: '#FEBEF8'

red 254 ◦ green 190 ◦ blue 248

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

Shades of Lavender Rose #FEBEF8

Tints of Lavender Rose #FEBEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.84%

R = 36.71%
G = 27.46%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEBEF8 (or 0xFEBEF8) is known color: Lavender Rose. HEX triplet: FE, BE and F8. RGB value is (254,190,248). Sum of RGB (Red+Green+Blue) = 254+190+248=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 190 (74.61% from 255 or 27.46% from 692); Blue value is 248 (97.27% from 255 or 35.84% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEF8 is #014107. Grayscale: #D7D7D7. Windows color (decimal): -82184 or 16301822. OLE color: 16301822.

HSL color Cylindrical-coordinate representation of color #FEBEF8: hue angle of 305.62º 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 #FEBEF8 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 190 248 -
CMYK 0 0.25 0.02 0.00
HSL 305.63º 0.97% 0.87% -
HSV(B) 305.63º 0.25% 1% -
XYZ 76.23 64.68 97.27 -
YUV 215.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 254 190 248 0 0.25 0.02 0.00 305.63 0.97 0.87
Hex FE BE F8 0 19 2 0 132 61 57
Octal 376 276 370 0 31 2 0 462 141 127
Binary 11111110 10111110 11111000 0 11001 10 0 100110010 1100001 1010111

Color Harmonies of #FEBEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEF8

Black with #FEBEF8

Text Example


Text Example

White with #FEBEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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