Html Css Color HEX #FEB6E8 Lavender Rose

📋 copy color: '#FEB6E8'

red 254 ◦ green 182 ◦ blue 232

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

Shades of Lavender Rose #FEB6E8

Tints of Lavender Rose #FEB6E8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.25%

 BLUE value IS 232 (91.02% from 255) = 34.73%

R = 38.02%
G = 27.25%
B = 34.73%

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

#FEB6E8 (or 0xFEB6E8) is known color: Lavender Rose. HEX triplet: FE, B6 and E8. RGB value is (254,182,232). Sum of RGB (Red+Green+Blue) = 254+182+232=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 182 (71.48% from 255 or 27.25% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6E8 is #014917. Grayscale: #D1D1D1. Windows color (decimal): -84248 or 15251198. OLE color: 15251198.

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

Color convert

RGB 254 182 232 -
CMYK 0 0.28 0.09 0.00
HSL 318.33º 0.97% 0.85% -
HSV(B) 318.33º 0.28% 1% -
XYZ 72.17 60.35 84.19 -
YUV 209.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 254 182 232 0 0.28 0.09 0.00 318.33 0.97 0.85
Hex FE B6 E8 0 1C 9 0 13E 61 55
Octal 376 266 350 0 34 11 0 476 141 125
Binary 11111110 10110110 11101000 0 11100 1001 0 100111110 1100001 1010101

Color Harmonies of #FEB6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6E8

Black with #FEB6E8

Text Example


Text Example

White with #FEB6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6E8; }

 p { color: rgb(254,182,232); }

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

background-color css

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

 a { background-color: rgb(254,182,232); }

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

border-color css

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

 span { border-color: rgb(254,182,232); }

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