#FFD6CF

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

Shades of Cosmos #FFD6CF

Tints of Cosmos #FFD6CF

Color information

#FFD6CF (or 0xFFD6CF) is unknown color: approx Cosmos. HEX triplet: FF, D6 and CF. RGB value is (255,214,207). Sum of RGB (Red+Green+Blue) = 255+214+207=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6CF is #002930. Grayscale: #E1E1E1. Windows color (decimal): -10545 or 13620991. OLE color: 13620991.

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

Color convert

RGB255214207-
CMYK00.160.190
HSL8.75º100%90.59%-
HSV(B)8.75º18.82%100%-
XYZ76.5573.8669.25-
YUV225.46117.58149.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 214 (83.98% from 255) = 31.66%
BLUE value IS 207 (81.25% from 255) = 30.62%
R=37.72%
G=31.66%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521420700.160.1908.7510090.59
HexFFD6CF0101309645b
Octal37732631702023011144133
Binary111111111101011011001111010000100110100111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6CF; }

 p { color: rgb(255,214,207); }

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

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

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

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

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

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

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