#FFCEDE

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

Shades of Pig Pink #FFCEDE

Tints of Pig Pink #FFCEDE

Color information

#FFCEDE (or 0xFFCEDE) is unknown color: approx Pig Pink. HEX triplet: FF, CE and DE. RGB value is (255,206,222). Sum of RGB (Red+Green+Blue) = 255+206+222=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEDE is #003121. Grayscale: #DEDEDE. Windows color (decimal): -12578 or 14601983. OLE color: 14601983.

HSL color Cylindrical-coordinate representation of color #FFCEDE: hue angle of 340.41º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCEDE is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255206222-
CMYK00.190.130
HSL340.41º100%90.39%-
HSV(B)340.41º19.22%100%-
XYZ76.570.6878.72-
YUV222.47127.73151.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 206 (80.86% from 255) = 30.16%
BLUE value IS 222 (87.11% from 255) = 32.50%
R=37.34%
G=30.16%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520622200.190.130340.4110090.39
HexFFCEDE013D0154645a
Octal377316336023150524144132
Binary1111111111001110110111100100111101010101010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEDE; }

 p { color: rgb(255,206,222); }

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

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

 a { background-color: rgb(255,206,222); }

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

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

 span { border-color: rgb(255,206,222); }

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