Html Css Color HEX #FEA6B2 Light Pink

📋 copy color: '#FEA6B2'

red 254 ◦ green 166 ◦ blue 178

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

Shades of Light Pink #FEA6B2

Tints of Light Pink #FEA6B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.77%

R = 42.47%
G = 27.76%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEA6B2 (or 0xFEA6B2) is known color: Light Pink. HEX triplet: FE, A6 and B2. RGB value is (254,166,178). Sum of RGB (Red+Green+Blue) = 254+166+178=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 178 (69.92% from 255 or 29.77% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA6B2 is #01594D. Grayscale: #C1C1C1. Windows color (decimal): -88398 or 11708158. OLE color: 11708158.

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

Color convert

RGB 254 166 178 -
CMYK 0 0.35 0.30 0.00
HSL 351.82º 0.98% 0.82% -
HSV(B) 351.82º 0.35% 1% -
XYZ 62.55 51.56 48.77 -
YUV 193.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 254 166 178 0 0.35 0.30 0.00 351.82 0.98 0.82
Hex FE A6 B2 0 23 1E 0 160 62 52
Octal 376 246 262 0 43 36 0 540 142 122
Binary 11111110 10100110 10110010 0 100011 11110 0 101100000 1100010 1010010

Color Harmonies of #FEA6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6B2

Black with #FEA6B2

Text Example


Text Example

White with #FEA6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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