Html Css Color HEX #FEADEF Lavender Rose

📋 copy color: '#FEADEF'

red 254 ◦ green 173 ◦ blue 239

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

Shades of Lavender Rose #FEADEF

Tints of Lavender Rose #FEADEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.89%

R = 38.14%
G = 25.98%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEADEF (or 0xFEADEF) is known color: Lavender Rose. HEX triplet: FE, AD and EF. RGB value is (254,173,239). Sum of RGB (Red+Green+Blue) = 254+173+239=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 173 (67.97% from 255 or 25.98% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADEF is #015210. Grayscale: #CCCCCC. Windows color (decimal): -86545 or 15707646. OLE color: 15707646.

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

Color convert

RGB 254 173 239 -
CMYK 0 0.32 0.06 0.00
HSL 311.11º 0.98% 0.84% -
HSV(B) 311.11º 0.32% 1% -
XYZ 71.4 57.19 88.94 -
YUV 204.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 254 173 239 0 0.32 0.06 0.00 311.11 0.98 0.84
Hex FE AD EF 0 20 6 0 137 62 54
Octal 376 255 357 0 40 6 0 467 142 124
Binary 11111110 10101101 11101111 0 100000 110 0 100110111 1100010 1010100

Color Harmonies of #FEADEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADEF

Black with #FEADEF

Text Example


Text Example

White with #FEADEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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