#FFCDCB

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

Shades of Cosmos #FFCDCB

Tints of Cosmos #FFCDCB

Color information

#FFCDCB (or 0xFFCDCB) is unknown color: approx Cosmos. HEX triplet: FF, CD and CB. RGB value is (255,205,203). Sum of RGB (Red+Green+Blue) = 255+205+203=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDCB is #003234. Grayscale: #DBDBDB. Windows color (decimal): -12853 or 13356543. OLE color: 13356543.

HSL color Cylindrical-coordinate representation of color #FFCDCB: hue angle of 2.31º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDCB is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255205203-
CMYK00.200.200
HSL2.31º100%89.8%-
HSV(B)2.31º20.39%100%-
XYZ73.8569.2365.97-
YUV219.72118.56153.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 205 (80.47% from 255) = 30.92%
BLUE value IS 203 (79.69% from 255) = 30.62%
R=38.46%
G=30.92%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520520300.200.2002.3110089.8
HexFFCDCB0141402645a
Octal3773153130242402144132
Binary1111111111001101110010110101001010001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCDCB; }

 p { color: rgb(255,205,203); }

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

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

 a { background-color: rgb(255,205,203); }

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

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

 span { border-color: rgb(255,205,203); }

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