Html Css Color HEX #FEA7B5 Light Pink

📋 copy color: '#FEA7B5'

red 254 ◦ green 167 ◦ blue 181

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

Shades of Light Pink #FEA7B5

Tints of Light Pink #FEA7B5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.74%

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

R = 42.19%
G = 27.74%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEA7B5 (or 0xFEA7B5) is known color: Light Pink. HEX triplet: FE, A7 and B5. RGB value is (254,167,181). Sum of RGB (Red+Green+Blue) = 254+167+181=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7B5 is #01584A. Grayscale: #C2C2C2. Windows color (decimal): -88139 or 11905022. OLE color: 11905022.

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

Color convert

RGB 254 167 181 -
CMYK 0 0.34 0.29 0.00
HSL 350.34º 0.98% 0.83% -
HSV(B) 350.34º 0.34% 1% -
XYZ 63.03 52.04 50.44 -
YUV 194.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 254 167 181 0 0.34 0.29 0.00 350.34 0.98 0.83
Hex FE A7 B5 0 22 1D 0 15E 62 53
Octal 376 247 265 0 42 35 0 536 142 123
Binary 11111110 10100111 10110101 0 100010 11101 0 101011110 1100010 1010011

Color Harmonies of #FEA7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA7B5

Black with #FEA7B5

Text Example


Text Example

White with #FEA7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA7B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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