#FFCEDF

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

Shades of Pig Pink #FFCEDF

Tints of Pig Pink #FFCEDF

Color information

#FFCEDF (or 0xFFCEDF) is unknown color: approx Pig Pink. HEX triplet: FF, CE and DF. RGB value is (255,206,223). Sum of RGB (Red+Green+Blue) = 255+206+223=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEDF is #003120. Grayscale: #DEDEDE. Windows color (decimal): -12577 or 14667519. OLE color: 14667519.

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

Color convert

RGB255206223-
CMYK00.190.130
HSL339.18º100%90.39%-
HSV(B)339.18º19.22%100%-
XYZ76.6370.7379.43-
YUV222.59128.23151.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 206 (80.86% from 255) = 30.12%
BLUE value IS 223 (87.5% from 255) = 32.60%
R=37.28%
G=30.12%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520622300.190.130339.1810090.39
HexFFCEDF013D0153645a
Octal377316337023150523144132
Binary1111111111001110110111110100111101010101001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEDF; }

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

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

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

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

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

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

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

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