#FFCFCF

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

Shades of Cosmos #FFCFCF

Tints of Cosmos #FFCFCF

Color information

#FFCFCF (or 0xFFCFCF) is unknown color: approx Cosmos. HEX triplet: FF, CF and CF. RGB value is (255,207,207). Sum of RGB (Red+Green+Blue) = 255+207+207=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFCF is #003030. Grayscale: #DDDDDD. Windows color (decimal): -12337 or 13619199. OLE color: 13619199.

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

Color convert

RGB255207207-
CMYK00.190.190
HSL100%90.59%-
HSV(B)18.82%100%-
XYZ74.8270.3968.68-
YUV221.35119.9152-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 207 (81.25% from 255) = 30.94%
R=38.12%
G=30.94%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520720700.190.190010090.59
HexFFCFCF0131300645b
Octal3773173170232300144133
Binary111111111100111111001111010011100110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFCF; }

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

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

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

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

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

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

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

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