Html Css Color HEX #FEACFC Lavender Rose

📋 copy color: '#FEACFC'

red 254 ◦ green 172 ◦ blue 252

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

Shades of Lavender Rose #FEACFC

Tints of Lavender Rose #FEACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.17%

R = 37.46%
G = 25.37%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEACFC (or 0xFEACFC) is known color: Lavender Rose. HEX triplet: FE, AC and FC. RGB value is (254,172,252). Sum of RGB (Red+Green+Blue) = 254+172+252=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 172 (67.58% from 255 or 25.37% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACFC is #015303. Grayscale: #CDCDCD. Windows color (decimal): -86788 or 16559358. OLE color: 16559358.

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

Color convert

RGB 254 172 252 -
CMYK 0 0.32 0.01 0.00
HSL 301.46º 0.98% 0.84% -
HSV(B) 301.46º 0.32% 1% -
XYZ 73.2 57.6 99.36 -
YUV 205.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 254 172 252 0 0.32 0.01 0.00 301.46 0.98 0.84
Hex FE AC FC 0 20 1 0 12D 62 54
Octal 376 254 374 0 40 1 0 455 142 124
Binary 11111110 10101100 11111100 0 100000 1 0 100101101 1100010 1010100

Color Harmonies of #FEACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACFC

Black with #FEACFC

Text Example


Text Example

White with #FEACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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