Html Css Color HEX #FEACEF Lavender Rose

📋 copy color: '#FEACEF'

red 254 ◦ green 172 ◦ blue 239

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

Shades of Lavender Rose #FEACEF

Tints of Lavender Rose #FEACEF

RGB

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

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

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

R = 38.2%
G = 25.86%
B = 35.94%

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

#FEACEF (or 0xFEACEF) is known color: Lavender Rose. HEX triplet: FE, AC and EF. RGB value is (254,172,239). Sum of RGB (Red+Green+Blue) = 254+172+239=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 172 (67.58% from 255 or 25.86% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACEF is #015310. Grayscale: #CBCBCB. Windows color (decimal): -86801 or 15707390. OLE color: 15707390.

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

Color convert

RGB 254 172 239 -
CMYK 0 0.32 0.06 0.00
HSL 310.98º 0.98% 0.84% -
HSV(B) 310.98º 0.32% 1% -
XYZ 71.21 56.81 88.87 -
YUV 204.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 254 172 239 0 0.32 0.06 0.00 310.98 0.98 0.84
Hex FE AC EF 0 20 6 0 137 62 54
Octal 376 254 357 0 40 6 0 467 142 124
Binary 11111110 10101100 11101111 0 100000 110 0 100110111 1100010 1010100

Color Harmonies of #FEACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACEF

Black with #FEACEF

Text Example


Text Example

White with #FEACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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