#FFC7CB

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

Shades of Pink #FFC7CB

Tints of Pink #FFC7CB

Color information

#FFC7CB (or 0xFFC7CB) is unknown color: approx Pink. HEX triplet: FF, C7 and CB. RGB value is (255,199,203). Sum of RGB (Red+Green+Blue) = 255+199+203=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7CB is #003834. Grayscale: #D8D8D8. Windows color (decimal): -14389 or 13355007. OLE color: 13355007.

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

Color convert

RGB255199203-
CMYK00.220.200
HSL355.71º100%89.02%-
HSV(B)355.71º21.96%100%-
XYZ72.4466.4265.5-
YUV216.2120.55155.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 199 (78.12% from 255) = 30.29%
BLUE value IS 203 (79.69% from 255) = 30.90%
R=38.81%
G=30.29%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519920300.220.200355.7110089.02
HexFFC7CB0161401646459
Octal377307313026240544144131
Binary11111111110001111100101101011010100010110010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7CB; }

 p { color: rgb(255,199,203); }

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

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

 a { background-color: rgb(255,199,203); }

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

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

 span { border-color: rgb(255,199,203); }

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