Html Css Color HEX #FEB2E3 Lavender Rose

📋 copy color: '#FEB2E3'

red 254 ◦ green 178 ◦ blue 227

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

Shades of Lavender Rose #FEB2E3

Tints of Lavender Rose #FEB2E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.45%

R = 38.54%
G = 27.01%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEB2E3 (or 0xFEB2E3) is known color: Lavender Rose. HEX triplet: FE, B2 and E3. RGB value is (254,178,227). Sum of RGB (Red+Green+Blue) = 254+178+227=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 178 (69.92% from 255 or 27.01% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2E3 is #014D1C. Grayscale: #CECECE. Windows color (decimal): -85277 or 14922494. OLE color: 14922494.

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

Color convert

RGB 254 178 227 -
CMYK 0 0.30 0.11 0.00
HSL 321.32º 0.97% 0.85% -
HSV(B) 321.32º 0.3% 1% -
XYZ 70.66 58.46 80.23 -
YUV 206.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 254 178 227 0 0.30 0.11 0.00 321.32 0.97 0.85
Hex FE B2 E3 0 1E B 0 141 61 55
Octal 376 262 343 0 36 13 0 501 141 125
Binary 11111110 10110010 11100011 0 11110 1011 0 101000001 1100001 1010101

Color Harmonies of #FEB2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2E3

Black with #FEB2E3

Text Example


Text Example

White with #FEB2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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