Html Css Color HEX #FEADBE Light Pink

📋 copy color: '#FEADBE'

red 254 ◦ green 173 ◦ blue 190

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

Shades of Light Pink #FEADBE

Tints of Light Pink #FEADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.79%

R = 41.17%
G = 28.04%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEADBE (or 0xFEADBE) is known color: Light Pink. HEX triplet: FE, AD and BE. RGB value is (254,173,190). Sum of RGB (Red+Green+Blue) = 254+173+190=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADBE is #015241. Grayscale: #C7C7C7. Windows color (decimal): -86594 or 12496382. OLE color: 12496382.

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

Color convert

RGB 254 173 190 -
CMYK 0 0.32 0.25 0.00
HSL 347.41º 0.98% 0.84% -
HSV(B) 347.41º 0.32% 1% -
XYZ 65.11 54.68 55.84 -
YUV 199.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 254 173 190 0 0.32 0.25 0.00 347.41 0.98 0.84
Hex FE AD BE 0 20 19 0 15B 62 54
Octal 376 255 276 0 40 31 0 533 142 124
Binary 11111110 10101101 10111110 0 100000 11001 0 101011011 1100010 1010100

Color Harmonies of #FEADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADBE

Black with #FEADBE

Text Example


Text Example

White with #FEADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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