#FDCFCB

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

Shades of Cosmos #FDCFCB

Tints of Cosmos #FDCFCB

Color information

#FDCFCB (or 0xFDCFCB) is unknown color: approx Cosmos. HEX triplet: FD, CF and CB. RGB value is (253,207,203). Sum of RGB (Red+Green+Blue) = 253+207+203=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFCB is #023034. Grayscale: #DCDCDC. Windows color (decimal): -143413 or 13357053. OLE color: 13357053.

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

Color convert

RGB253207203-
CMYK00.180.200.01
HSL4.8º92.59%89.41%-
HSV(B)4.8º19.76%99.22%-
XYZ73.669.8266.1-
YUV220.3118.24151.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.16%
GREEN value IS 207 (81.25% from 255) = 31.22%
BLUE value IS 203 (79.69% from 255) = 30.62%
R=38.16%
G=31.22%
B=30.62%

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
Decimal25320720300.180.200.014.892.5989.41
HexFDCFCB01214155d59
Octal3753173130222415135131
Binary11111101110011111100101101001010100110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFCB; }

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

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

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

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

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

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

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

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