#FEADBF

Color #FEADBF Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FEADBF

Tints of Light Pink #FEADBF

Color information

#FEADBF (or 0xFEADBF) is unknown color: approx Light Pink. HEX triplet: FE, AD and BF. RGB value is (254,173,191). Sum of RGB (Red+Green+Blue) = 254+173+191=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADBF is #015240. Grayscale: #C7C7C7. Windows color (decimal): -86593 or 12561918. OLE color: 12561918.

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

Color convert

RGB254173191-
CMYK00.320.250.00
HSL346.67º97.59%83.73%-
HSV(B)346.67º31.89%99.61%-
XYZ65.2254.7256.41-
YUV199.27123.34167.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 191 (75% from 255) = 30.91%
R=41.10%
G=27.99%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417319100.320.250.00346.6797.5983.73
HexFEADBF02019015b6254
Octal376255277040310533142124
Binary111111101010110110111111010000011001010101101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADBF; }

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

 H1.HeaderClassName
 {
   color: #FEADBF;
 }
 .AnyTagClassName
 {
   color: #FEADBF;
 }
</style>
background-color css

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

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

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

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

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

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