Html Css Color HEX #FEB6E5 Lavender Rose

📋 copy color: '#FEB6E5'

red 254 ◦ green 182 ◦ blue 229

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

Shades of Lavender Rose #FEB6E5

Tints of Lavender Rose #FEB6E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.44%

R = 38.2%
G = 27.37%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEB6E5 (or 0xFEB6E5) is known color: Lavender Rose. HEX triplet: FE, B6 and E5. RGB value is (254,182,229). Sum of RGB (Red+Green+Blue) = 254+182+229=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 182 (71.48% from 255 or 27.37% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6E5 is #01491A. Grayscale: #D0D0D0. Windows color (decimal): -84251 or 15054590. OLE color: 15054590.

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

Color convert

RGB 254 182 229 -
CMYK 0 0.28 0.10 0.00
HSL 320.83º 0.97% 0.85% -
HSV(B) 320.83º 0.28% 1% -
XYZ 71.74 60.18 81.96 -
YUV 208.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 254 182 229 0 0.28 0.10 0.00 320.83 0.97 0.85
Hex FE B6 E5 0 1C A 0 141 61 55
Octal 376 266 345 0 34 12 0 501 141 125
Binary 11111110 10110110 11100101 0 11100 1010 0 101000001 1100001 1010101

Color Harmonies of #FEB6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6E5

Black with #FEB6E5

Text Example


Text Example

White with #FEB6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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