#FBD4D1

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

Shades of Cosmos #FBD4D1

Tints of Cosmos #FBD4D1

Color information

#FBD4D1 (or 0xFBD4D1) is unknown color: approx Cosmos. HEX triplet: FB, D4 and D1. RGB value is (251,212,209). Sum of RGB (Red+Green+Blue) = 251+212+209=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 209 (82.03% from 255 or 31.10% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD4D1 is #042B2E. Grayscale: #DFDFDF. Windows color (decimal): -273199 or 13751547. OLE color: 13751547.

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

Color convert

RGB251212209-
CMYK00.160.170.02
HSL4.29º84%90.2%-
HSV(B)4.29º16.73%98.43%-
XYZ74.8472.270.31-
YUV223.32119.92147.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 212 (83.20% from 255) = 31.55%
BLUE value IS 209 (82.03% from 255) = 31.10%
R=37.35%
G=31.55%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121220900.160.170.024.298490.2
HexFBD4D10101124545a
Octal3733243210202124124132
Binary111110111101010011010001010000100011010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4D1; }

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

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

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

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

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

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

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

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