#FDCCCA

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

Shades of Cosmos #FDCCCA

Tints of Cosmos #FDCCCA

Color information

#FDCCCA (or 0xFDCCCA) is unknown color: approx Cosmos. HEX triplet: FD, CC and CA. RGB value is (253,204,202). Sum of RGB (Red+Green+Blue) = 253+204+202=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCCA is #023335. Grayscale: #DADADA. Windows color (decimal): -144182 or 13290749. OLE color: 13290749.

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

Color convert

RGB253204202-
CMYK00.190.200.01
HSL2.35º92.73%89.22%-
HSV(B)2.35º20.16%99.22%-
XYZ72.7668.3365.23-
YUV218.42118.73152.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.39%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=38.39%
G=30.96%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320420200.190.200.012.3592.7389.22
HexFDCCCA01314125d59
Octal3753143120232412135131
Binary1111110111001100110010100100111010011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCCA; }

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

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

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

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

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

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

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

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