#FCCFCB

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

Shades of Cosmos #FCCFCB

Tints of Cosmos #FCCFCB

Color information

#FCCFCB (or 0xFCCFCB) is unknown color: approx Cosmos. HEX triplet: FC, CF and CB. RGB value is (252,207,203). Sum of RGB (Red+Green+Blue) = 252+207+203=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFCB is #033034. Grayscale: #DCDCDC. Windows color (decimal): -208949 or 13357052. OLE color: 13357052.

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

Color convert

RGB252207203-
CMYK00.180.190.01
HSL4.9º89.09%89.22%-
HSV(B)4.9º19.44%98.82%-
XYZ73.2469.6366.08-
YUV220118.41150.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 207 (81.25% from 255) = 31.27%
BLUE value IS 203 (79.69% from 255) = 30.66%
R=38.07%
G=31.27%
B=30.66%

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
Decimal25220720300.180.190.014.989.0989.22
HexFCCFCB01213155959
Octal3743173130222315131131
Binary11111100110011111100101101001010011110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFCB; }

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

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

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

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

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

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

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

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