#FBD6D1

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

Shades of Cosmos #FBD6D1

Tints of Cosmos #FBD6D1

Color information

#FBD6D1 (or 0xFBD6D1) is unknown color: approx Cosmos. HEX triplet: FB, D6 and D1. RGB value is (251,214,209). Sum of RGB (Red+Green+Blue) = 251+214+209=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 209 (82.03% from 255 or 31.01% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6D1 is #04292E. Grayscale: #E0E0E0. Windows color (decimal): -272687 or 13752059. OLE color: 13752059.

HSL color Cylindrical-coordinate representation of color #FBD6D1: hue angle of 7.14º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD6D1 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB251214209-
CMYK00.150.170.02
HSL7.14º84%90.2%-
HSV(B)7.14º16.73%98.43%-
XYZ75.3473.2170.48-
YUV224.49119.26146.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 214 (83.98% from 255) = 31.75%
BLUE value IS 209 (82.03% from 255) = 31.01%
R=37.24%
G=31.75%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121420900.150.170.027.148490.2
HexFBD6D10F1127545a
Octal3733263210172127124132
Binary11111011110101101101000101111100011011110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6D1; }

 p { color: rgb(251,214,209); }

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

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

 a { background-color: rgb(251,214,209); }

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

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

 span { border-color: rgb(251,214,209); }

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