Html Css Color HEX #FEADB5 Light Pink

📋 copy color: '#FEADB5'

red 254 ◦ green 173 ◦ blue 181

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

Shades of Light Pink #FEADB5

Tints of Light Pink #FEADB5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.45%

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

R = 41.78%
G = 28.45%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEADB5 (or 0xFEADB5) is known color: Light Pink. HEX triplet: FE, AD and B5. RGB value is (254,173,181). Sum of RGB (Red+Green+Blue) = 254+173+181=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADB5 is #01524A. Grayscale: #C6C6C6. Windows color (decimal): -86603 or 11906558. OLE color: 11906558.

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

Color convert

RGB 254 173 181 -
CMYK 0 0.32 0.29 0.00
HSL 354.07º 0.98% 0.84% -
HSV(B) 354.07º 0.32% 1% -
XYZ 64.16 54.29 50.81 -
YUV 198.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 254 173 181 0 0.32 0.29 0.00 354.07 0.98 0.84
Hex FE AD B5 0 20 1D 0 162 62 54
Octal 376 255 265 0 40 35 0 542 142 124
Binary 11111110 10101101 10110101 0 100000 11101 0 101100010 1100010 1010100

Color Harmonies of #FEADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADB5

Black with #FEADB5

Text Example


Text Example

White with #FEADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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