#FFCFEE

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

Shades of Pig Pink #FFCFEE

Tints of Pig Pink #FFCFEE

Color information

#FFCFEE (or 0xFFCFEE) is unknown color: approx Pig Pink. HEX triplet: FF, CF and EE. RGB value is (255,207,238). Sum of RGB (Red+Green+Blue) = 255+207+238=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFEE is #003011. Grayscale: #E0E0E0. Windows color (decimal): -12306 or 15650815. OLE color: 15650815.

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

Color convert

RGB255207238-
CMYK00.190.070
HSL321.25º100%90.59%-
HSV(B)321.25º18.82%100%-
XYZ78.9972.0690.63-
YUV224.89135.4149.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.43%
GREEN value IS 207 (81.25% from 255) = 29.57%
BLUE value IS 238 (93.36% from 255) = 34%
R=36.43%
G=29.57%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520723800.190.070321.2510090.59
HexFFCFEE01370141645b
Octal37731735602370501144133
Binary111111111100111111101110010011111010100000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFEE; }

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

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

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

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

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

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

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

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