Html Css Color HEX #FEB2EF Lavender Rose

📋 copy color: '#FEB2EF'

red 254 ◦ green 178 ◦ blue 239

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

Shades of Lavender Rose #FEB2EF

Tints of Lavender Rose #FEB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.53%

 BLUE value IS 239 (93.75% from 255) = 35.62%

R = 37.85%
G = 26.53%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEB2EF (or 0xFEB2EF) is known color: Lavender Rose. HEX triplet: FE, B2 and EF. RGB value is (254,178,239). Sum of RGB (Red+Green+Blue) = 254+178+239=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 178 (69.92% from 255 or 26.53% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2EF is #014D10. Grayscale: #CFCFCF. Windows color (decimal): -85265 or 15708926. OLE color: 15708926.

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

Color convert

RGB 254 178 239 -
CMYK 0 0.30 0.06 0.00
HSL 311.84º 0.97% 0.85% -
HSV(B) 311.84º 0.3% 1% -
XYZ 72.37 59.14 89.26 -
YUV 207.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 254 178 239 0 0.30 0.06 0.00 311.84 0.97 0.85
Hex FE B2 EF 0 1E 6 0 138 61 55
Octal 376 262 357 0 36 6 0 470 141 125
Binary 11111110 10110010 11101111 0 11110 110 0 100111000 1100001 1010101

Color Harmonies of #FEB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2EF

Black with #FEB2EF

Text Example


Text Example

White with #FEB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2EF; }

 p { color: rgb(254,178,239); }

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

background-color css

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

 a { background-color: rgb(254,178,239); }

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

border-color css

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

 span { border-color: rgb(254,178,239); }

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