Html Css Color HEX #FEACB4 Light Pink

📋 copy color: '#FEACB4'

red 254 ◦ green 172 ◦ blue 180

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

Shades of Light Pink #FEACB4

Tints of Light Pink #FEACB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.7%

R = 41.91%
G = 28.38%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEACB4 (or 0xFEACB4) is known color: Light Pink. HEX triplet: FE, AC and B4. RGB value is (254,172,180). Sum of RGB (Red+Green+Blue) = 254+172+180=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACB4 is #01534B. Grayscale: #C5C5C5. Windows color (decimal): -86860 or 11840766. OLE color: 11840766.

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

Color convert

RGB 254 172 180 -
CMYK 0 0.32 0.29 0.00
HSL 354.15º 0.98% 0.84% -
HSV(B) 354.15º 0.32% 1% -
XYZ 63.86 53.87 50.21 -
YUV 197.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 254 172 180 0 0.32 0.29 0.00 354.15 0.98 0.84
Hex FE AC B4 0 20 1D 0 162 62 54
Octal 376 254 264 0 40 35 0 542 142 124
Binary 11111110 10101100 10110100 0 100000 11101 0 101100010 1100010 1010100

Color Harmonies of #FEACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACB4

Black with #FEACB4

Text Example


Text Example

White with #FEACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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