#FFCCCC

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

Shades of Cosmos #FFCCCC

Tints of Cosmos #FFCCCC

Color information

#FFCCCC (or 0xFFCCCC) is unknown color: approx Cosmos. HEX triplet: FF, CC and CC. RGB value is (255,204,204). Sum of RGB (Red+Green+Blue) = 255+204+204=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCCC is a web safe color. Inversed color of #FFCCCC is #003333. Grayscale: #DBDBDB. Windows color (decimal): -13108 or 13421823. OLE color: 13421823.

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

Color convert

RGB255204204-
CMYK00.20.20
HSL100%90%-
HSV(B)20%100%-
XYZ73.7368.8166.52-
YUV219.25119.4153.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 204 (80.08% from 255) = 30.77%
R=38.46%
G=30.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520420400.20.20010090
HexFFCCCC0141400645a
Octal3773143140242400144132
Binary111111111100110011001100010100101000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCCC; }

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

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

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

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

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

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

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

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