#FCCDCA

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

Shades of Cosmos #FCCDCA

Tints of Cosmos #FCCDCA

Color information

#FCCDCA (or 0xFCCDCA) is unknown color: approx Cosmos. HEX triplet: FC, CD and CA. RGB value is (252,205,202). Sum of RGB (Red+Green+Blue) = 252+205+202=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDCA is #033235. Grayscale: #DADADA. Windows color (decimal): -209462 or 13291004. OLE color: 13291004.

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

Color convert

RGB252205202-
CMYK00.190.200.01
HSL3.6º89.29%89.02%-
HSV(B)3.6º19.84%98.82%-
XYZ72.6468.6265.29-
YUV218.71118.57151.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 205 (80.47% from 255) = 31.11%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=38.24%
G=31.11%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220520200.190.200.013.689.2989.02
HexFCCDCA01314145959
Octal3743153120232414131131
Binary11111100110011011100101001001110100110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDCA; }

 p { color: rgb(252,205,202); }

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

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

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

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

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

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

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