Html Css Color HEX #FEADEB Lavender Rose

📋 copy color: '#FEADEB'

red 254 ◦ green 173 ◦ blue 235

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

Shades of Lavender Rose #FEADEB

Tints of Lavender Rose #FEADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.13%

 BLUE value IS 235 (92.19% from 255) = 35.5%

R = 38.37%
G = 26.13%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEADEB (or 0xFEADEB) is known color: Lavender Rose. HEX triplet: FE, AD and EB. RGB value is (254,173,235). Sum of RGB (Red+Green+Blue) = 254+173+235=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 173 (67.97% from 255 or 26.13% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADEB is #015214. Grayscale: #CCCCCC. Windows color (decimal): -86549 or 15445502. OLE color: 15445502.

HSL color Cylindrical-coordinate representation of color #FEADEB: hue angle of 314.07º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEADEB is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 173 235 -
CMYK 0 0.32 0.07 0.00
HSL 314.07º 0.98% 0.84% -
HSV(B) 314.07º 0.32% 1% -
XYZ 70.81 56.96 85.86 -
YUV 204.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 254 173 235 0 0.32 0.07 0.00 314.07 0.98 0.84
Hex FE AD EB 0 20 7 0 13A 62 54
Octal 376 255 353 0 40 7 0 472 142 124
Binary 11111110 10101101 11101011 0 100000 111 0 100111010 1100010 1010100

Color Harmonies of #FEADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADEB

Black with #FEADEB

Text Example


Text Example

White with #FEADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADEB; }

 p { color: rgb(254,173,235); }

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

background-color css

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

 a { background-color: rgb(254,173,235); }

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

border-color css

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

 span { border-color: rgb(254,173,235); }

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