Html Css Color HEX #FEB2E7 Lavender Rose

📋 copy color: '#FEB2E7'

red 254 ◦ green 178 ◦ blue 231

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

Shades of Lavender Rose #FEB2E7

Tints of Lavender Rose #FEB2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.84%

R = 38.31%
G = 26.85%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEB2E7 (or 0xFEB2E7) is known color: Lavender Rose. HEX triplet: FE, B2 and E7. RGB value is (254,178,231). Sum of RGB (Red+Green+Blue) = 254+178+231=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 178 (69.92% from 255 or 26.85% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2E7 is #014D18. Grayscale: #CECECE. Windows color (decimal): -85273 or 15184638. OLE color: 15184638.

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

Color convert

RGB 254 178 231 -
CMYK 0 0.30 0.09 0.00
HSL 318.16º 0.97% 0.85% -
HSV(B) 318.16º 0.3% 1% -
XYZ 71.22 58.68 83.17 -
YUV 206.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 254 178 231 0 0.30 0.09 0.00 318.16 0.97 0.85
Hex FE B2 E7 0 1E 9 0 13E 61 55
Octal 376 262 347 0 36 11 0 476 141 125
Binary 11111110 10110010 11100111 0 11110 1001 0 100111110 1100001 1010101

Color Harmonies of #FEB2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2E7

Black with #FEB2E7

Text Example


Text Example

White with #FEB2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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