Html Css Color HEX #FEACB6 Light Pink

📋 copy color: '#FEACB6'

red 254 ◦ green 172 ◦ blue 182

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

Shades of Light Pink #FEACB6

Tints of Light Pink #FEACB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.93%

R = 41.78%
G = 28.29%
B = 29.93%

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

#FEACB6 (or 0xFEACB6) is known color: Light Pink. HEX triplet: FE, AC and B6. RGB value is (254,172,182). Sum of RGB (Red+Green+Blue) = 254+172+182=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACB6 is #015349. Grayscale: #C5C5C5. Windows color (decimal): -86858 or 11971838. OLE color: 11971838.

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

Color convert

RGB 254 172 182 -
CMYK 0 0.32 0.28 0.00
HSL 352.68º 0.98% 0.84% -
HSV(B) 352.68º 0.32% 1% -
XYZ 64.07 53.95 51.29 -
YUV 197.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 254 172 182 0 0.32 0.28 0.00 352.68 0.98 0.84
Hex FE AC B6 0 20 1C 0 161 62 54
Octal 376 254 266 0 40 34 0 541 142 124
Binary 11111110 10101100 10110110 0 100000 11100 0 101100001 1100010 1010100

Color Harmonies of #FEACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACB6

Black with #FEACB6

Text Example


Text Example

White with #FEACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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