Html Css Color HEX #FEB3EC Lavender Rose

📋 copy color: '#FEB3EC'

red 254 ◦ green 179 ◦ blue 236

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

Shades of Lavender Rose #FEB3EC

Tints of Lavender Rose #FEB3EC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.76%

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

R = 37.97%
G = 26.76%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEB3EC (or 0xFEB3EC) is known color: Lavender Rose. HEX triplet: FE, B3 and EC. RGB value is (254,179,236). Sum of RGB (Red+Green+Blue) = 254+179+236=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 179 (70.31% from 255 or 26.76% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB3EC is #014C13. Grayscale: #CFCFCF. Windows color (decimal): -85012 or 15512574. OLE color: 15512574.

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

Color convert

RGB 254 179 236 -
CMYK 0 0.30 0.07 0.00
HSL 314.4º 0.97% 0.85% -
HSV(B) 314.4º 0.3% 1% -
XYZ 72.13 59.37 87.01 -
YUV 207.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 254 179 236 0 0.30 0.07 0.00 314.4 0.97 0.85
Hex FE B3 EC 0 1E 7 0 13A 61 55
Octal 376 263 354 0 36 7 0 472 141 125
Binary 11111110 10110011 11101100 0 11110 111 0 100111010 1100001 1010101

Color Harmonies of #FEB3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB3EC

Black with #FEB3EC

Text Example


Text Example

White with #FEB3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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