Html Css Color HEX #FEADBC Light Pink

📋 copy color: '#FEADBC'

red 254 ◦ green 173 ◦ blue 188

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

Shades of Light Pink #FEADBC

Tints of Light Pink #FEADBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.57%

R = 41.3%
G = 28.13%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEADBC (or 0xFEADBC) is known color: Light Pink. HEX triplet: FE, AD and BC. RGB value is (254,173,188). Sum of RGB (Red+Green+Blue) = 254+173+188=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADBC is #015243. Grayscale: #C6C6C6. Windows color (decimal): -86596 or 12365310. OLE color: 12365310.

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

Color convert

RGB 254 173 188 -
CMYK 0 0.32 0.26 0.00
HSL 348.89º 0.98% 0.84% -
HSV(B) 348.89º 0.32% 1% -
XYZ 64.89 54.59 54.69 -
YUV 198.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 254 173 188 0 0.32 0.26 0.00 348.89 0.98 0.84
Hex FE AD BC 0 20 1A 0 15D 62 54
Octal 376 255 274 0 40 32 0 535 142 124
Binary 11111110 10101101 10111100 0 100000 11010 0 101011101 1100010 1010100

Color Harmonies of #FEADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADBC

Black with #FEADBC

Text Example


Text Example

White with #FEADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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