Html Css Color HEX #FEB8E6 Lavender Rose

📋 copy color: '#FEB8E6'

red 254 ◦ green 184 ◦ blue 230

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

Shades of Lavender Rose #FEB8E6

Tints of Lavender Rose #FEB8E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.43%

R = 38.02%
G = 27.54%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEB8E6 (or 0xFEB8E6) is known color: Lavender Rose. HEX triplet: FE, B8 and E6. RGB value is (254,184,230). Sum of RGB (Red+Green+Blue) = 254+184+230=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 184 (72.27% from 255 or 27.54% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8E6 is #014719. Grayscale: #D2D2D2. Windows color (decimal): -83738 or 15120638. OLE color: 15120638.

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

Color convert

RGB 254 184 230 -
CMYK 0 0.28 0.09 0.00
HSL 320.57º 0.97% 0.86% -
HSV(B) 320.57º 0.28% 1% -
XYZ 72.3 61.06 82.84 -
YUV 210.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 254 184 230 0 0.28 0.09 0.00 320.57 0.97 0.86
Hex FE B8 E6 0 1C 9 0 141 61 56
Octal 376 270 346 0 34 11 0 501 141 126
Binary 11111110 10111000 11100110 0 11100 1001 0 101000001 1100001 1010110

Color Harmonies of #FEB8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB8E6

Black with #FEB8E6

Text Example


Text Example

White with #FEB8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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