Html Css Color HEX #FEACFE Lavender Rose

📋 copy color: '#FEACFE'

red 254 ◦ green 172 ◦ blue 254

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

Shades of Lavender Rose #FEACFE

Tints of Lavender Rose #FEACFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.35%

R = 37.35%
G = 25.29%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEACFE (or 0xFEACFE) is known color: Lavender Rose. HEX triplet: FE, AC and FE. RGB value is (254,172,254). Sum of RGB (Red+Green+Blue) = 254+172+254=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 172 (67.58% from 255 or 25.29% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACFE is #015301. Grayscale: #CDCDCD. Windows color (decimal): -86786 or 16690430. OLE color: 16690430.

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

Color convert

RGB 254 172 254 -
CMYK 0 0.32 0 0.00
HSL 300º 0.98% 0.84% -
HSV(B) 300º 0.32% 1% -
XYZ 73.51 57.73 101.03 -
YUV 205.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 254 172 254 0 0.32 0 0.00 300 0.98 0.84
Hex FE AC FE 0 20 0 0 12C 62 54
Octal 376 254 376 0 40 0 0 454 142 124
Binary 11111110 10101100 11111110 0 100000 0 0 100101100 1100010 1010100

Color Harmonies of #FEACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACFE

Black with #FEACFE

Text Example


Text Example

White with #FEACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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