Html Css Color HEX #FEABF0 Lavender Rose

📋 copy color: '#FEABF0'

red 254 ◦ green 171 ◦ blue 240

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

Shades of Lavender Rose #FEABF0

Tints of Lavender Rose #FEABF0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 25.71%

 BLUE value IS 240 (94.14% from 255) = 36.09%

R = 38.2%
G = 25.71%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEABF0 (or 0xFEABF0) is known color: Lavender Rose. HEX triplet: FE, AB and F0. RGB value is (254,171,240). Sum of RGB (Red+Green+Blue) = 254+171+240=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 171 (67.19% from 255 or 25.71% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEABF0 is #01540F. Grayscale: #CBCBCB. Windows color (decimal): -87056 or 15772670. OLE color: 15772670.

HSL color Cylindrical-coordinate representation of color #FEABF0: hue angle of 310.12º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEABF0 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 171 240 -
CMYK 0 0.33 0.06 0.00
HSL 310.12º 0.98% 0.83% -
HSV(B) 310.12º 0.33% 1% -
XYZ 71.16 56.49 89.59 -
YUV 203.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 254 171 240 0 0.33 0.06 0.00 310.12 0.98 0.83
Hex FE AB F0 0 21 6 0 136 62 53
Octal 376 253 360 0 41 6 0 466 142 123
Binary 11111110 10101011 11110000 0 100001 110 0 100110110 1100010 1010011

Color Harmonies of #FEABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABF0

Black with #FEABF0

Text Example


Text Example

White with #FEABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABF0; }

 p { color: rgb(254,171,240); }

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

background-color css

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

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

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

border-color css

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

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

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