Html Css Color HEX #FEB6ED Lavender Rose

📋 copy color: '#FEB6ED'

red 254 ◦ green 182 ◦ blue 237

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

Shades of Lavender Rose #FEB6ED

Tints of Lavender Rose #FEB6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.22%

R = 37.74%
G = 27.04%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEB6ED (or 0xFEB6ED) is known color: Lavender Rose. HEX triplet: FE, B6 and ED. RGB value is (254,182,237). Sum of RGB (Red+Green+Blue) = 254+182+237=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 182 (71.48% from 255 or 27.04% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6ED is #014912. Grayscale: #D1D1D1. Windows color (decimal): -84243 or 15578878. OLE color: 15578878.

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

Color convert

RGB 254 182 237 -
CMYK 0 0.28 0.07 0.00
HSL 314.17º 0.97% 0.85% -
HSV(B) 314.17º 0.28% 1% -
XYZ 72.89 60.64 87.98 -
YUV 209.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 254 182 237 0 0.28 0.07 0.00 314.17 0.97 0.85
Hex FE B6 ED 0 1C 7 0 13A 61 55
Octal 376 266 355 0 34 7 0 472 141 125
Binary 11111110 10110110 11101101 0 11100 111 0 100111010 1100001 1010101

Color Harmonies of #FEB6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6ED

Black with #FEB6ED

Text Example


Text Example

White with #FEB6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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