Html Css Color HEX #FEACF6 Lavender Rose

📋 copy color: '#FEACF6'

red 254 ◦ green 172 ◦ blue 246

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

Shades of Lavender Rose #FEACF6

Tints of Lavender Rose #FEACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.61%

R = 37.8%
G = 25.6%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEACF6 (or 0xFEACF6) is known color: Lavender Rose. HEX triplet: FE, AC and F6. RGB value is (254,172,246). Sum of RGB (Red+Green+Blue) = 254+172+246=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 172 (67.58% from 255 or 25.60% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACF6 is #015309. Grayscale: #CCCCCC. Windows color (decimal): -86794 or 16166142. OLE color: 16166142.

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

Color convert

RGB 254 172 246 -
CMYK 0 0.32 0.03 0.00
HSL 305.85º 0.98% 0.84% -
HSV(B) 305.85º 0.32% 1% -
XYZ 72.26 57.23 94.43 -
YUV 204.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 254 172 246 0 0.32 0.03 0.00 305.85 0.98 0.84
Hex FE AC F6 0 20 3 0 132 62 54
Octal 376 254 366 0 40 3 0 462 142 124
Binary 11111110 10101100 11110110 0 100000 11 0 100110010 1100010 1010100

Color Harmonies of #FEACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACF6

Black with #FEACF6

Text Example


Text Example

White with #FEACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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