Html Css Color HEX #FEB7EC Lavender Rose

📋 copy color: '#FEB7EC'

red 254 ◦ green 183 ◦ blue 236

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

Shades of Lavender Rose #FEB7EC

Tints of Lavender Rose #FEB7EC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.19%

 BLUE value IS 236 (92.58% from 255) = 35.07%

R = 37.74%
G = 27.19%
B = 35.07%

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

#FEB7EC (or 0xFEB7EC) is known color: Lavender Rose. HEX triplet: FE, B7 and EC. RGB value is (254,183,236). Sum of RGB (Red+Green+Blue) = 254+183+236=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 183 (71.88% from 255 or 27.19% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7EC is #014813. Grayscale: #D2D2D2. Windows color (decimal): -83988 or 15513598. OLE color: 15513598.

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

Color convert

RGB 254 183 236 -
CMYK 0 0.28 0.07 0.00
HSL 315.21º 0.97% 0.86% -
HSV(B) 315.21º 0.28% 1% -
XYZ 72.95 60.99 87.29 -
YUV 210.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 254 183 236 0 0.28 0.07 0.00 315.21 0.97 0.86
Hex FE B7 EC 0 1C 7 0 13B 61 56
Octal 376 267 354 0 34 7 0 473 141 126
Binary 11111110 10110111 11101100 0 11100 111 0 100111011 1100001 1010110

Color Harmonies of #FEB7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7EC

Black with #FEB7EC

Text Example


Text Example

White with #FEB7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7EC; }

 p { color: rgb(254,183,236); }

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

background-color css

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

 a { background-color: rgb(254,183,236); }

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

border-color css

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

 span { border-color: rgb(254,183,236); }

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