#FCCFCA

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

Shades of Cosmos #FCCFCA

Tints of Cosmos #FCCFCA

Color information

#FCCFCA (or 0xFCCFCA) is unknown color: approx Cosmos. HEX triplet: FC, CF and CA. RGB value is (252,207,202). Sum of RGB (Red+Green+Blue) = 252+207+202=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFCA is #033035. Grayscale: #DBDBDB. Windows color (decimal): -208950 or 13291516. OLE color: 13291516.

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

Color convert

RGB252207202-
CMYK00.180.200.01
HSL89.29%89.02%-
HSV(B)19.84%98.82%-
XYZ73.1269.5965.45-
YUV219.88117.91150.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=38.12%
G=31.32%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220720200.180.200.01689.2989.02
HexFCCFCA01214165959
Octal3743173120222416131131
Binary11111100110011111100101001001010100111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFCA; }

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

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

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

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

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

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

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

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