#FECAD2

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

Shades of Pink #FECAD2

Tints of Pink #FECAD2

Color information

#FECAD2 (or 0xFECAD2) is unknown color: approx Pink. HEX triplet: FE, CA and D2. RGB value is (254,202,210). Sum of RGB (Red+Green+Blue) = 254+202+210=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD2 is #01352D. Grayscale: #DADADA. Windows color (decimal): -79150 or 13814526. OLE color: 13814526.

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

Color convert

RGB254202210-
CMYK00.200.170.00
HSL350.77º96.3%89.41%-
HSV(B)350.77º20.47%99.61%-
XYZ73.6367.9770.21-
YUV218.46123.23153.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 210 (82.42% from 255) = 31.53%
R=38.14%
G=30.33%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420221000.200.170.00350.7796.389.41
HexFECAD201411015f6059
Octal376312322024210537140131
Binary11111110110010101101001001010010001010101111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAD2; }

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

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

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

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

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

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

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

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