#FCCFCC

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

Shades of Cosmos #FCCFCC

Tints of Cosmos #FCCFCC

Color information

#FCCFCC (or 0xFCCFCC) is unknown color: approx Cosmos. HEX triplet: FC, CF and CC. RGB value is (252,207,204). Sum of RGB (Red+Green+Blue) = 252+207+204=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFCC is #033033. Grayscale: #DCDCDC. Windows color (decimal): -208948 or 13422588. OLE color: 13422588.

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

Color convert

RGB252207204-
CMYK00.180.190.01
HSL3.75º88.89%89.41%-
HSV(B)3.75º19.05%98.82%-
XYZ73.3669.6866.71-
YUV220.11118.91150.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.01%
GREEN value IS 207 (81.25% from 255) = 31.22%
BLUE value IS 204 (80.08% from 255) = 30.77%
R=38.01%
G=31.22%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220720400.180.190.013.7588.8989.41
HexFCCFCC01213145959
Octal3743173140222314131131
Binary11111100110011111100110001001010011110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFCC; }

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

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

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

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

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

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

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

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