#FFCEE1

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

Shades of Pig Pink #FFCEE1

Tints of Pig Pink #FFCEE1

Color information

#FFCEE1 (or 0xFFCEE1) is unknown color: approx Pig Pink. HEX triplet: FF, CE and E1. RGB value is (255,206,225). Sum of RGB (Red+Green+Blue) = 255+206+225=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEE1 is #00311E. Grayscale: #DEDEDE. Windows color (decimal): -12575 or 14798591. OLE color: 14798591.

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

Color convert

RGB255206225-
CMYK00.190.120
HSL336.73º100%90.39%-
HSV(B)336.73º19.22%100%-
XYZ76.970.8480.85-
YUV222.82129.23150.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 206 (80.86% from 255) = 30.03%
BLUE value IS 225 (88.28% from 255) = 32.80%
R=37.17%
G=30.03%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520622500.190.120336.7310090.39
HexFFCEE1013C0151645a
Octal377316341023140521144132
Binary1111111111001110111000010100111100010101000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEE1; }

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

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

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

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

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

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

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

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