Html Css Color HEX #FEABCF Lavender Pink

📋 copy color: '#FEABCF'

red 254 ◦ green 171 ◦ blue 207

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

Shades of Lavender Pink #FEABCF

Tints of Lavender Pink #FEABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.75%

R = 40.19%
G = 27.06%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEABCF (or 0xFEABCF) is known color: Lavender Pink. HEX triplet: FE, AB and CF. RGB value is (254,171,207). Sum of RGB (Red+Green+Blue) = 254+171+207=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABCF is #015430. Grayscale: #C7C7C7. Windows color (decimal): -87089 or 13609982. OLE color: 13609982.

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

Color convert

RGB 254 171 207 -
CMYK 0 0.33 0.19 0.00
HSL 333.98º 0.98% 0.83% -
HSV(B) 333.98º 0.33% 1% -
XYZ 66.7 54.7 66.07 -
YUV 199.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 254 171 207 0 0.33 0.19 0.00 333.98 0.98 0.83
Hex FE AB CF 0 21 13 0 14E 62 53
Octal 376 253 317 0 41 23 0 516 142 123
Binary 11111110 10101011 11001111 0 100001 10011 0 101001110 1100010 1010011

Color Harmonies of #FEABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABCF

Black with #FEABCF

Text Example


Text Example

White with #FEABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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