Html Css Color HEX #FEACF1 Lavender Rose

📋 copy color: '#FEACF1'

red 254 ◦ green 172 ◦ blue 241

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

Shades of Lavender Rose #FEACF1

Tints of Lavender Rose #FEACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.13%

R = 38.08%
G = 25.79%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEACF1 (or 0xFEACF1) is known color: Lavender Rose. HEX triplet: FE, AC and F1. RGB value is (254,172,241). Sum of RGB (Red+Green+Blue) = 254+172+241=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 172 (67.58% from 255 or 25.79% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACF1 is #01530E. Grayscale: #CCCCCC. Windows color (decimal): -86799 or 15838462. OLE color: 15838462.

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

Color convert

RGB 254 172 241 -
CMYK 0 0.32 0.05 0.00
HSL 309.51º 0.98% 0.84% -
HSV(B) 309.51º 0.32% 1% -
XYZ 71.5 56.93 90.44 -
YUV 204.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 254 172 241 0 0.32 0.05 0.00 309.51 0.98 0.84
Hex FE AC F1 0 20 5 0 136 62 54
Octal 376 254 361 0 40 5 0 466 142 124
Binary 11111110 10101100 11110001 0 100000 101 0 100110110 1100010 1010100

Color Harmonies of #FEACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACF1

Black with #FEACF1

Text Example


Text Example

White with #FEACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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