Html Css Color HEX #FEBBF8 Lavender Rose

📋 copy color: '#FEBBF8'

red 254 ◦ green 187 ◦ blue 248

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

Shades of Lavender Rose #FEBBF8

Tints of Lavender Rose #FEBBF8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.14%

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

R = 36.87%
G = 27.14%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEBBF8 (or 0xFEBBF8) is known color: Lavender Rose. HEX triplet: FE, BB and F8. RGB value is (254,187,248). Sum of RGB (Red+Green+Blue) = 254+187+248=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 187 (73.44% from 255 or 27.14% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBF8 is #014407. Grayscale: #D5D5D5. Windows color (decimal): -82952 or 16301054. OLE color: 16301054.

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

Color convert

RGB 254 187 248 -
CMYK 0 0.26 0.02 0.00
HSL 305.37º 0.97% 0.86% -
HSV(B) 305.37º 0.26% 1% -
XYZ 75.59 63.39 97.06 -
YUV 213.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 254 187 248 0 0.26 0.02 0.00 305.37 0.97 0.86
Hex FE BB F8 0 1A 2 0 131 61 56
Octal 376 273 370 0 32 2 0 461 141 126
Binary 11111110 10111011 11111000 0 11010 10 0 100110001 1100001 1010110

Color Harmonies of #FEBBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBBF8

Black with #FEBBF8

Text Example


Text Example

White with #FEBBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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