#FFCFE2

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

Shades of Pig Pink #FFCFE2

Tints of Pig Pink #FFCFE2

Color information

#FFCFE2 (or 0xFFCFE2) is unknown color: approx Pig Pink. HEX triplet: FF, CF and E2. RGB value is (255,207,226). Sum of RGB (Red+Green+Blue) = 255+207+226=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 226 (88.67% from 255 or 32.85% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFE2 is #00301D. Grayscale: #DFDFDF. Windows color (decimal): -12318 or 14864383. OLE color: 14864383.

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

Color convert

RGB255207226-
CMYK00.190.110
HSL336.25º100%90.59%-
HSV(B)336.25º18.82%100%-
XYZ77.2871.3881.66-
YUV223.52129.4150.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 207 (81.25% from 255) = 30.09%
BLUE value IS 226 (88.67% from 255) = 32.85%
R=37.06%
G=30.09%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520722600.190.110336.2510090.59
HexFFCFE2013B0150645b
Octal377317342023130520144133
Binary1111111111001111111000100100111011010101000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFE2; }

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

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

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

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

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

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

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

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