Html Css Color HEX #FEACBE Light Pink

📋 copy color: '#FEACBE'

red 254 ◦ green 172 ◦ blue 190

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

Shades of Light Pink #FEACBE

Tints of Light Pink #FEACBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.84%

R = 41.23%
G = 27.92%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEACBE (or 0xFEACBE) is known color: Light Pink. HEX triplet: FE, AC and BE. RGB value is (254,172,190). Sum of RGB (Red+Green+Blue) = 254+172+190=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACBE is #015341. Grayscale: #C6C6C6. Windows color (decimal): -86850 or 12496126. OLE color: 12496126.

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

Color convert

RGB 254 172 190 -
CMYK 0 0.32 0.25 0.00
HSL 346.83º 0.98% 0.84% -
HSV(B) 346.83º 0.32% 1% -
XYZ 64.92 54.29 55.77 -
YUV 198.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 254 172 190 0 0.32 0.25 0.00 346.83 0.98 0.84
Hex FE AC BE 0 20 19 0 15B 62 54
Octal 376 254 276 0 40 31 0 533 142 124
Binary 11111110 10101100 10111110 0 100000 11001 0 101011011 1100010 1010100

Color Harmonies of #FEACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACBE

Black with #FEACBE

Text Example


Text Example

White with #FEACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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