Html Css Color HEX #FEBAE9 Lavender Rose

📋 copy color: '#FEBAE9'

red 254 ◦ green 186 ◦ blue 233

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

Shades of Lavender Rose #FEBAE9

Tints of Lavender Rose #FEBAE9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.64%

 BLUE value IS 233 (91.41% from 255) = 34.62%

R = 37.74%
G = 27.64%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEBAE9 (or 0xFEBAE9) is known color: Lavender Rose. HEX triplet: FE, BA and E9. RGB value is (254,186,233). Sum of RGB (Red+Green+Blue) = 254+186+233=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAE9 is #014516. Grayscale: #D3D3D3. Windows color (decimal): -83223 or 15317758. OLE color: 15317758.

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

Color convert

RGB 254 186 233 -
CMYK 0 0.27 0.08 0.00
HSL 318.53º 0.97% 0.86% -
HSV(B) 318.53º 0.27% 1% -
XYZ 73.14 62.07 85.22 -
YUV 211.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 254 186 233 0 0.27 0.08 0.00 318.53 0.97 0.86
Hex FE BA E9 0 1B 8 0 13F 61 56
Octal 376 272 351 0 33 10 0 477 141 126
Binary 11111110 10111010 11101001 0 11011 1000 0 100111111 1100001 1010110

Color Harmonies of #FEBAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAE9

Black with #FEBAE9

Text Example


Text Example

White with #FEBAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAE9; }

 p { color: rgb(254,186,233); }

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

background-color css

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

 a { background-color: rgb(254,186,233); }

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

border-color css

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

 span { border-color: rgb(254,186,233); }

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