#FECAD0

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

Shades of Pink #FECAD0

Tints of Pink #FECAD0

Color information

#FECAD0 (or 0xFECAD0) is unknown color: approx Pink. HEX triplet: FE, CA and D0. RGB value is (254,202,208). Sum of RGB (Red+Green+Blue) = 254+202+208=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD0 is #01352F. Grayscale: #DADADA. Windows color (decimal): -79152 or 13683454. OLE color: 13683454.

HSL color Cylindrical-coordinate representation of color #FECAD0: hue angle of 353.08º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECAD0 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB254202208-
CMYK00.200.180.00
HSL353.08º96.3%89.41%-
HSV(B)353.08º20.47%99.61%-
XYZ73.3867.8768.91-
YUV218.23122.23153.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.25%
GREEN value IS 202 (79.30% from 255) = 30.42%
BLUE value IS 208 (81.64% from 255) = 31.33%
R=38.25%
G=30.42%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420220800.200.180.00353.0896.389.41
HexFECAD00141201616059
Octal376312320024220541140131
Binary11111110110010101101000001010010010010110000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAD0; }

 p { color: rgb(254,202,208); }

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

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

 a { background-color: rgb(254,202,208); }

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

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

 span { border-color: rgb(254,202,208); }

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