#FDCDCD

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

Shades of Cosmos #FDCDCD

Tints of Cosmos #FDCDCD

Color information

#FDCDCD (or 0xFDCDCD) is unknown color: approx Cosmos. HEX triplet: FD, CD and CD. RGB value is (253,205,205). Sum of RGB (Red+Green+Blue) = 253+205+205=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDCD is #023232. Grayscale: #DBDBDB. Windows color (decimal): -143923 or 13487613. OLE color: 13487613.

HSL color Cylindrical-coordinate representation of color #FDCDCD: hue angle of 0º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCDCD is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB253205205-
CMYK00.190.190.01
HSL92.31%89.8%-
HSV(B)18.97%99.22%-
XYZ73.3668.9567.2-
YUV219.35119.9152-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.16%
GREEN value IS 205 (80.47% from 255) = 30.92%
BLUE value IS 205 (80.47% from 255) = 30.92%
R=38.16%
G=30.92%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320520500.190.190.01092.3189.8
HexFDCDCD01313105c5a
Octal3753153150232310134132
Binary111111011100110111001101010011100111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDCD; }

 p { color: rgb(253,205,205); }

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

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

 a { background-color: rgb(253,205,205); }

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

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

 span { border-color: rgb(253,205,205); }

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