Html Css Color HEX #FEACB0 Light Pink

📋 copy color: '#FEACB0'

red 254 ◦ green 172 ◦ blue 176

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

Shades of Light Pink #FEACB0

Tints of Light Pink #FEACB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.24%

R = 42.19%
G = 28.57%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEACB0 (or 0xFEACB0) is known color: Light Pink. HEX triplet: FE, AC and B0. RGB value is (254,172,176). Sum of RGB (Red+Green+Blue) = 254+172+176=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEACB0 is #01534F. Grayscale: #C5C5C5. Windows color (decimal): -86864 or 11578622. OLE color: 11578622.

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

Color convert

RGB 254 172 176 -
CMYK 0 0.32 0.31 0.00
HSL 357.07º 0.98% 0.84% -
HSV(B) 357.07º 0.32% 1% -
XYZ 63.46 53.71 48.1 -
YUV 196.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 254 172 176 0 0.32 0.31 0.00 357.07 0.98 0.84
Hex FE AC B0 0 20 1F 0 165 62 54
Octal 376 254 260 0 40 37 0 545 142 124
Binary 11111110 10101100 10110000 0 100000 11111 0 101100101 1100010 1010100

Color Harmonies of #FEACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACB0

Black with #FEACB0

Text Example


Text Example

White with #FEACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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