Html Css Color HEX #FEACED Lavender Rose

📋 copy color: '#FEACED'

red 254 ◦ green 172 ◦ blue 237

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

Shades of Lavender Rose #FEACED

Tints of Lavender Rose #FEACED

RGB

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

 GREEN value IS 172 (67.58% from 255) = 25.94%

 BLUE value IS 237 (92.97% from 255) = 35.75%

R = 38.31%
G = 25.94%
B = 35.75%

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

#FEACED (or 0xFEACED) is known color: Lavender Rose. HEX triplet: FE, AC and ED. RGB value is (254,172,237). Sum of RGB (Red+Green+Blue) = 254+172+237=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 172 (67.58% from 255 or 25.94% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACED is #015312. Grayscale: #CBCBCB. Windows color (decimal): -86803 or 15576318. OLE color: 15576318.

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

Color convert

RGB 254 172 237 -
CMYK 0 0.32 0.07 0.00
HSL 312.44º 0.98% 0.84% -
HSV(B) 312.44º 0.32% 1% -
XYZ 70.91 56.69 87.33 -
YUV 203.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 254 172 237 0 0.32 0.07 0.00 312.44 0.98 0.84
Hex FE AC ED 0 20 7 0 138 62 54
Octal 376 254 355 0 40 7 0 470 142 124
Binary 11111110 10101100 11101101 0 100000 111 0 100111000 1100010 1010100

Color Harmonies of #FEACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACED

Black with #FEACED

Text Example


Text Example

White with #FEACED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACED; }

 p { color: rgb(254,172,237); }

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

background-color css

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

 a { background-color: rgb(254,172,237); }

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

border-color css

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

 span { border-color: rgb(254,172,237); }

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