#FFCFE4

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

Shades of Pig Pink #FFCFE4

Tints of Pig Pink #FFCFE4

Color information

#FFCFE4 (or 0xFFCFE4) is unknown color: approx Pig Pink. HEX triplet: FF, CF and E4. RGB value is (255,207,228). Sum of RGB (Red+Green+Blue) = 255+207+228=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 228 (89.45% from 255 or 33.04% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFE4 is #00301B. Grayscale: #DFDFDF. Windows color (decimal): -12316 or 14995455. OLE color: 14995455.

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

Color convert

RGB255207228-
CMYK00.190.110
HSL333.75º100%90.59%-
HSV(B)333.75º18.82%100%-
XYZ77.5671.4983.11-
YUV223.75130.4150.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 207 (81.25% from 255) = 30%
BLUE value IS 228 (89.45% from 255) = 33.04%
R=36.96%
G=30%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520722800.190.110333.7510090.59
HexFFCFE4013B014e645b
Octal377317344023130516144133
Binary1111111111001111111001000100111011010100111011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFE4; }

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

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

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

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

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

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

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

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