#FFC8CF

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

Shades of Pink #FFC8CF

Tints of Pink #FFC8CF

Color information

#FFC8CF (or 0xFFC8CF) is unknown color: approx Pink. HEX triplet: FF, C8 and CF. RGB value is (255,200,207). Sum of RGB (Red+Green+Blue) = 255+200+207=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8CF is #003730. Grayscale: #D9D9D9. Windows color (decimal): -14129 or 13617407. OLE color: 13617407.

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

Color convert

RGB255200207-
CMYK00.220.190
HSL352.36º100%89.22%-
HSV(B)352.36º21.57%100%-
XYZ73.1667.0768.12-
YUV217.24122.22154.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 200 (78.52% from 255) = 30.21%
BLUE value IS 207 (81.25% from 255) = 31.27%
R=38.52%
G=30.21%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520020700.220.190352.3610089.22
HexFFC8CF0161301606459
Octal377310317026230540144131
Binary11111111110010001100111101011010011010110000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8CF; }

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

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

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

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

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

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

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

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