Html Css Color HEX #FEB2E5 Lavender Rose

📋 copy color: '#FEB2E5'

red 254 ◦ green 178 ◦ blue 229

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

Shades of Lavender Rose #FEB2E5

Tints of Lavender Rose #FEB2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.64%

R = 38.43%
G = 26.93%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEB2E5 (or 0xFEB2E5) is known color: Lavender Rose. HEX triplet: FE, B2 and E5. RGB value is (254,178,229). Sum of RGB (Red+Green+Blue) = 254+178+229=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 178 (69.92% from 255 or 26.93% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2E5 is #014D1A. Grayscale: #CECECE. Windows color (decimal): -85275 or 15053566. OLE color: 15053566.

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

Color convert

RGB 254 178 229 -
CMYK 0 0.30 0.10 0.00
HSL 319.74º 0.97% 0.85% -
HSV(B) 319.74º 0.3% 1% -
XYZ 70.94 58.57 81.69 -
YUV 206.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 254 178 229 0 0.30 0.10 0.00 319.74 0.97 0.85
Hex FE B2 E5 0 1E A 0 140 61 55
Octal 376 262 345 0 36 12 0 500 141 125
Binary 11111110 10110010 11100101 0 11110 1010 0 101000000 1100001 1010101

Color Harmonies of #FEB2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2E5

Black with #FEB2E5

Text Example


Text Example

White with #FEB2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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