Html Css Color HEX #FEA6B4 Light Pink

📋 copy color: '#FEA6B4'

red 254 ◦ green 166 ◦ blue 180

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

Shades of Light Pink #FEA6B4

Tints of Light Pink #FEA6B4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.67%

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

R = 42.33%
G = 27.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEA6B4 (or 0xFEA6B4) is known color: Light Pink. HEX triplet: FE, A6 and B4. RGB value is (254,166,180). Sum of RGB (Red+Green+Blue) = 254+166+180=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6B4 is #01594B. Grayscale: #C1C1C1. Windows color (decimal): -88396 or 11839230. OLE color: 11839230.

HSL color Cylindrical-coordinate representation of color #FEA6B4: hue angle of 350.45º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA6B4 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 166 180 -
CMYK 0 0.35 0.29 0.00
HSL 350.45º 0.98% 0.82% -
HSV(B) 350.45º 0.35% 1% -
XYZ 62.75 51.64 49.84 -
YUV 193.91 120.15 170.86 -
System Red Green Blue C M Y K H S L
Decimal 254 166 180 0 0.35 0.29 0.00 350.45 0.98 0.82
Hex FE A6 B4 0 23 1D 0 15E 62 52
Octal 376 246 264 0 43 35 0 536 142 122
Binary 11111110 10100110 10110100 0 100011 11101 0 101011110 1100010 1010010

Color Harmonies of #FEA6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6B4

Black with #FEA6B4

Text Example


Text Example

White with #FEA6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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