Html Css Color HEX #FEB7EE Lavender Rose

📋 copy color: '#FEB7EE'

red 254 ◦ green 183 ◦ blue 238

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

Shades of Lavender Rose #FEB7EE

Tints of Lavender Rose #FEB7EE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.11%

 BLUE value IS 238 (93.36% from 255) = 35.26%

R = 37.63%
G = 27.11%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEB7EE (or 0xFEB7EE) is known color: Lavender Rose. HEX triplet: FE, B7 and EE. RGB value is (254,183,238). Sum of RGB (Red+Green+Blue) = 254+183+238=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 183 (71.88% from 255 or 27.11% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7EE is #014811. Grayscale: #D2D2D2. Windows color (decimal): -83986 or 15644670. OLE color: 15644670.

HSL color Cylindrical-coordinate representation of color #FEB7EE: hue angle of 313.52º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7EE is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 183 238 -
CMYK 0 0.28 0.06 0.00
HSL 313.52º 0.97% 0.86% -
HSV(B) 313.52º 0.28% 1% -
XYZ 73.24 61.11 88.82 -
YUV 210.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 254 183 238 0 0.28 0.06 0.00 313.52 0.97 0.86
Hex FE B7 EE 0 1C 6 0 13A 61 56
Octal 376 267 356 0 34 6 0 472 141 126
Binary 11111110 10110111 11101110 0 11100 110 0 100111010 1100001 1010110

Color Harmonies of #FEB7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7EE

Black with #FEB7EE

Text Example


Text Example

White with #FEB7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7EE; }

 p { color: rgb(254,183,238); }

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

background-color css

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

 a { background-color: rgb(254,183,238); }

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

border-color css

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

 span { border-color: rgb(254,183,238); }

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