#FFCFE1

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

Shades of Pig Pink #FFCFE1

Tints of Pig Pink #FFCFE1

Color information

#FFCFE1 (or 0xFFCFE1) is unknown color: approx Pig Pink. HEX triplet: FF, CF and E1. RGB value is (255,207,225). Sum of RGB (Red+Green+Blue) = 255+207+225=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 225 (88.28% from 255 or 32.75% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFE1 is #00301E. Grayscale: #DFDFDF. Windows color (decimal): -12319 or 14798847. OLE color: 14798847.

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

Color convert

RGB255207225-
CMYK00.190.120
HSL337.5º100%90.59%-
HSV(B)337.5º18.82%100%-
XYZ77.1471.3280.93-
YUV223.4128.9150.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 207 (81.25% from 255) = 30.13%
BLUE value IS 225 (88.28% from 255) = 32.75%
R=37.12%
G=30.13%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520722500.190.120337.510090.59
HexFFCFE1013C0152645b
Octal377317341023140522144133
Binary1111111111001111111000010100111100010101001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFE1; }

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

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

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

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

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

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

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

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