#FFCCC8

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

Shades of Cosmos #FFCCC8

Tints of Cosmos #FFCCC8

Color information

#FFCCC8 (or 0xFFCCC8) is unknown color: approx Cosmos. HEX triplet: FF, CC and C8. RGB value is (255,204,200). Sum of RGB (Red+Green+Blue) = 255+204+200=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCC8 is #003337. Grayscale: #DADADA. Windows color (decimal): -13112 or 13159679. OLE color: 13159679.

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

Color convert

RGB255204200-
CMYK00.20.220
HSL4.36º100%89.22%-
HSV(B)4.36º21.57%100%-
XYZ73.2668.6264.03-
YUV218.79117.4153.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 200 (78.52% from 255) = 30.35%
R=38.69%
G=30.96%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520420000.20.2204.3610089.22
HexFFCCC801416046459
Octal3773143100242604144131
Binary11111111110011001100100001010010110010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCC8; }

 p { color: rgb(255,204,200); }

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

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

 a { background-color: rgb(255,204,200); }

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

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

 span { border-color: rgb(255,204,200); }

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