Html Css Color HEX #FEB8F8 Lavender Rose

📋 copy color: '#FEB8F8'

red 254 ◦ green 184 ◦ blue 248

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

Shades of Lavender Rose #FEB8F8

Tints of Lavender Rose #FEB8F8

RGB

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

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

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

R = 37.03%
G = 26.82%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEB8F8 (or 0xFEB8F8) is known color: Lavender Rose. HEX triplet: FE, B8 and F8. RGB value is (254,184,248). Sum of RGB (Red+Green+Blue) = 254+184+248=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 184 (72.27% from 255 or 26.82% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8F8 is #014707. Grayscale: #D4D4D4. Windows color (decimal): -83720 or 16300286. OLE color: 16300286.

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

Color convert

RGB 254 184 248 -
CMYK 0 0.28 0.02 0.00
HSL 305.14º 0.97% 0.86% -
HSV(B) 305.14º 0.28% 1% -
XYZ 74.96 62.13 96.85 -
YUV 212.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 254 184 248 0 0.28 0.02 0.00 305.14 0.97 0.86
Hex FE B8 F8 0 1C 2 0 131 61 56
Octal 376 270 370 0 34 2 0 461 141 126
Binary 11111110 10111000 11111000 0 11100 10 0 100110001 1100001 1010110

Color Harmonies of #FEB8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB8F8

Black with #FEB8F8

Text Example


Text Example

White with #FEB8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB8F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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