#FFCFE5

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

Shades of Pig Pink #FFCFE5

Tints of Pig Pink #FFCFE5

Color information

#FFCFE5 (or 0xFFCFE5) is unknown color: approx Pig Pink. HEX triplet: FF, CF and E5. RGB value is (255,207,229). Sum of RGB (Red+Green+Blue) = 255+207+229=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFE5 is #00301A. Grayscale: #DFDFDF. Windows color (decimal): -12315 or 15060991. OLE color: 15060991.

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

Color convert

RGB255207229-
CMYK00.190.100
HSL332.5º100%90.59%-
HSV(B)332.5º18.82%100%-
XYZ77.771.5483.84-
YUV223.86130.9150.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 207 (81.25% from 255) = 29.96%
BLUE value IS 229 (89.84% from 255) = 33.14%
R=36.90%
G=29.96%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520722900.190.100332.510090.59
HexFFCFE5013A014c645b
Octal377317345023120514144133
Binary1111111111001111111001010100111010010100110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFE5; }

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

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

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

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

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

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

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

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