#FEADCF

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

Shades of Lavender Pink #FEADCF

Tints of Lavender Pink #FEADCF

Color information

#FEADCF (or 0xFEADCF) is unknown color: approx Lavender Pink. HEX triplet: FE, AD and CF. RGB value is (254,173,207). Sum of RGB (Red+Green+Blue) = 254+173+207=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADCF is #015230. Grayscale: #C9C9C9. Windows color (decimal): -86577 or 13610494. OLE color: 13610494.

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

Color convert

RGB254173207-
CMYK00.320.190.00
HSL334.81º97.59%83.73%-
HSV(B)334.81º31.89%99.61%-
XYZ67.0855.4666.2-
YUV201.1131.34165.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 173 (67.97% from 255) = 27.29%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=40.06%
G=27.29%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417320700.320.190.00334.8197.5983.73
HexFEADCF02013014f6254
Octal376255317040230517142124
Binary111111101010110111001111010000010011010100111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADCF; }

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

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

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

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

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

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

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

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