Html Css Color HEX #FEACB8 Light Pink

📋 copy color: '#FEACB8'

red 254 ◦ green 172 ◦ blue 184

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

Shades of Light Pink #FEACB8

Tints of Light Pink #FEACB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.16%

R = 41.64%
G = 28.2%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEACB8 (or 0xFEACB8) is known color: Light Pink. HEX triplet: FE, AC and B8. RGB value is (254,172,184). Sum of RGB (Red+Green+Blue) = 254+172+184=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACB8 is #015347. Grayscale: #C5C5C5. Windows color (decimal): -86856 or 12102910. OLE color: 12102910.

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

Color convert

RGB 254 172 184 -
CMYK 0 0.32 0.28 0.00
HSL 351.22º 0.98% 0.84% -
HSV(B) 351.22º 0.32% 1% -
XYZ 64.28 54.04 52.39 -
YUV 197.89 120.17 168.02 -
System Red Green Blue C M Y K H S L
Decimal 254 172 184 0 0.32 0.28 0.00 351.22 0.98 0.84
Hex FE AC B8 0 20 1C 0 15F 62 54
Octal 376 254 270 0 40 34 0 537 142 124
Binary 11111110 10101100 10111000 0 100000 11100 0 101011111 1100010 1010100

Color Harmonies of #FEACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACB8

Black with #FEACB8

Text Example


Text Example

White with #FEACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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