Html Css Color HEX #FEACFB Lavender Rose

📋 copy color: '#FEACFB'

red 254 ◦ green 172 ◦ blue 251

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

Shades of Lavender Rose #FEACFB

Tints of Lavender Rose #FEACFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.08%

R = 37.52%
G = 25.41%
B = 37.08%

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

#FEACFB (or 0xFEACFB) is known color: Lavender Rose. HEX triplet: FE, AC and FB. RGB value is (254,172,251). Sum of RGB (Red+Green+Blue) = 254+172+251=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 172 (67.58% from 255 or 25.41% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACFB is #015304. Grayscale: #CDCDCD. Windows color (decimal): -86789 or 16493822. OLE color: 16493822.

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

Color convert

RGB 254 172 251 -
CMYK 0 0.32 0.01 0.00
HSL 302.2º 0.98% 0.84% -
HSV(B) 302.2º 0.32% 1% -
XYZ 73.04 57.54 98.52 -
YUV 205.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 254 172 251 0 0.32 0.01 0.00 302.2 0.98 0.84
Hex FE AC FB 0 20 1 0 12E 62 54
Octal 376 254 373 0 40 1 0 456 142 124
Binary 11111110 10101100 11111011 0 100000 1 0 100101110 1100010 1010100

Color Harmonies of #FEACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACFB

Black with #FEACFB

Text Example


Text Example

White with #FEACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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