#FFD3CA

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

Shades of Cosmos #FFD3CA

Tints of Cosmos #FFD3CA

Color information

#FFD3CA (or 0xFFD3CA) is unknown color: approx Cosmos. HEX triplet: FF, D3 and CA. RGB value is (255,211,202). Sum of RGB (Red+Green+Blue) = 255+211+202=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3CA is #002C35. Grayscale: #DFDFDF. Windows color (decimal): -11318 or 13292543. OLE color: 13292543.

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

Color convert

RGB255211202-
CMYK00.170.210
HSL10.19º100%89.61%-
HSV(B)10.19º20.78%100%-
XYZ75.1972.1165.83-
YUV223.13116.08150.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 211 (82.81% from 255) = 31.59%
BLUE value IS 202 (79.30% from 255) = 30.24%
R=38.17%
G=31.59%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521120200.170.21010.1910089.61
HexFFD3CA011150a645a
Octal37732331202125012144132
Binary111111111101001111001010010001101010101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3CA; }

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

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

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

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

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

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

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

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