#FFCEE6

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

Shades of Pig Pink #FFCEE6

Tints of Pig Pink #FFCEE6

Color information

#FFCEE6 (or 0xFFCEE6) is unknown color: approx Pig Pink. HEX triplet: FF, CE and E6. RGB value is (255,206,230). Sum of RGB (Red+Green+Blue) = 255+206+230=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEE6 is #003119. Grayscale: #DFDFDF. Windows color (decimal): -12570 or 15126271. OLE color: 15126271.

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

Color convert

RGB255206230-
CMYK00.190.100
HSL330.61º100%90.39%-
HSV(B)330.61º19.22%100%-
XYZ77.5971.1284.5-
YUV223.39131.73150.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 206 (80.86% from 255) = 29.81%
BLUE value IS 230 (90.23% from 255) = 33.29%
R=36.90%
G=29.81%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520623000.190.100330.6110090.39
HexFFCEE6013A014b645a
Octal377316346023120513144132
Binary1111111111001110111001100100111010010100101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEE6; }

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

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

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

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

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

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

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

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