Html Css Color HEX #FEA6B5 Light Pink

📋 copy color: '#FEA6B5'

red 254 ◦ green 166 ◦ blue 181

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

Shades of Light Pink #FEA6B5

Tints of Light Pink #FEA6B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.12%

R = 42.26%
G = 27.62%
B = 30.12%

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

#FEA6B5 (or 0xFEA6B5) is known color: Light Pink. HEX triplet: FE, A6 and B5. RGB value is (254,166,181). Sum of RGB (Red+Green+Blue) = 254+166+181=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6B5 is #01594A. Grayscale: #C2C2C2. Windows color (decimal): -88395 or 11904766. OLE color: 11904766.

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

Color convert

RGB 254 166 181 -
CMYK 0 0.35 0.29 0.00
HSL 349.77º 0.98% 0.82% -
HSV(B) 349.77º 0.35% 1% -
XYZ 62.85 51.68 50.38 -
YUV 194.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 254 166 181 0 0.35 0.29 0.00 349.77 0.98 0.82
Hex FE A6 B5 0 23 1D 0 15E 62 52
Octal 376 246 265 0 43 35 0 536 142 122
Binary 11111110 10100110 10110101 0 100011 11101 0 101011110 1100010 1010010

Color Harmonies of #FEA6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6B5

Black with #FEA6B5

Text Example


Text Example

White with #FEA6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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