Html Css Color HEX #FEB5F8 Lavender Rose

📋 copy color: '#FEB5F8'

red 254 ◦ green 181 ◦ blue 248

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

Shades of Lavender Rose #FEB5F8

Tints of Lavender Rose #FEB5F8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.5%

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

R = 37.19%
G = 26.5%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEB5F8 (or 0xFEB5F8) is known color: Lavender Rose. HEX triplet: FE, B5 and F8. RGB value is (254,181,248). Sum of RGB (Red+Green+Blue) = 254+181+248=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 181 (71.09% from 255 or 26.50% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5F8 is #014A07. Grayscale: #D2D2D2. Windows color (decimal): -84488 or 16299518. OLE color: 16299518.

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

Color convert

RGB 254 181 248 -
CMYK 0 0.29 0.02 0.00
HSL 304.93º 0.97% 0.85% -
HSV(B) 304.93º 0.29% 1% -
XYZ 74.34 60.9 96.64 -
YUV 210.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 254 181 248 0 0.29 0.02 0.00 304.93 0.97 0.85
Hex FE B5 F8 0 1D 2 0 131 61 55
Octal 376 265 370 0 35 2 0 461 141 125
Binary 11111110 10110101 11111000 0 11101 10 0 100110001 1100001 1010101

Color Harmonies of #FEB5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5F8

Black with #FEB5F8

Text Example


Text Example

White with #FEB5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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