#FCCDCC

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

Shades of Cosmos #FCCDCC

Tints of Cosmos #FCCDCC

Color information

#FCCDCC (or 0xFCCDCC) is unknown color: approx Cosmos. HEX triplet: FC, CD and CC. RGB value is (252,205,204). Sum of RGB (Red+Green+Blue) = 252+205+204=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDCC is #033233. Grayscale: #DADADA. Windows color (decimal): -209460 or 13422076. OLE color: 13422076.

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

Color convert

RGB252205204-
CMYK00.190.190.01
HSL1.25º88.89%89.41%-
HSV(B)1.25º19.05%98.82%-
XYZ72.8868.7266.55-
YUV218.94119.57151.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 205 (80.47% from 255) = 31.01%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=38.12%
G=31.01%
B=30.86%

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
Decimal25220520400.190.190.011.2588.8989.41
HexFCCDCC01313115959
Octal3743153140232311131131
Binary111111001100110111001100010011100111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDCC; }

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

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

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

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

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

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

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

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