Html Css Color HEX #FEACB1 Light Pink

📋 copy color: '#FEACB1'

red 254 ◦ green 172 ◦ blue 177

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

Shades of Light Pink #FEACB1

Tints of Light Pink #FEACB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.35%

R = 42.12%
G = 28.52%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEACB1 (or 0xFEACB1) is known color: Light Pink. HEX triplet: FE, AC and B1. RGB value is (254,172,177). Sum of RGB (Red+Green+Blue) = 254+172+177=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEACB1 is #01534E. Grayscale: #C5C5C5. Windows color (decimal): -86863 or 11644158. OLE color: 11644158.

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

Color convert

RGB 254 172 177 -
CMYK 0 0.32 0.30 0.00
HSL 356.34º 0.98% 0.84% -
HSV(B) 356.34º 0.32% 1% -
XYZ 63.56 53.75 48.62 -
YUV 197.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 254 172 177 0 0.32 0.30 0.00 356.34 0.98 0.84
Hex FE AC B1 0 20 1E 0 164 62 54
Octal 376 254 261 0 40 36 0 544 142 124
Binary 11111110 10101100 10110001 0 100000 11110 0 101100100 1100010 1010100

Color Harmonies of #FEACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACB1

Black with #FEACB1

Text Example


Text Example

White with #FEACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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