#FFCCCA

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

Shades of Cosmos #FFCCCA

Tints of Cosmos #FFCCCA

Color information

#FFCCCA (or 0xFFCCCA) is unknown color: approx Cosmos. HEX triplet: FF, CC and CA. RGB value is (255,204,202). Sum of RGB (Red+Green+Blue) = 255+204+202=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCCA is #003335. Grayscale: #DBDBDB. Windows color (decimal): -13110 or 13290751. OLE color: 13290751.

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

Color convert

RGB255204202-
CMYK00.20.210
HSL2.26º100%89.61%-
HSV(B)2.26º20.78%100%-
XYZ73.4968.7165.27-
YUV219.02118.4153.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=38.58%
G=30.86%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520420200.20.2102.2610089.61
HexFFCCCA0141502645a
Octal3773143120242502144132
Binary1111111111001100110010100101001010101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCCA; }

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

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

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

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

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

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

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

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