#FBD3CF

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

Shades of Cosmos #FBD3CF

Tints of Cosmos #FBD3CF

Color information

#FBD3CF (or 0xFBD3CF) is unknown color: approx Cosmos. HEX triplet: FB, D3 and CF. RGB value is (251,211,207). Sum of RGB (Red+Green+Blue) = 251+211+207=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD3CF is #042C30. Grayscale: #DEDEDE. Windows color (decimal): -273457 or 13620219. OLE color: 13620219.

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

Color convert

RGB251211207-
CMYK00.160.180.02
HSL5.45º84.62%89.8%-
HSV(B)5.45º17.53%98.43%-
XYZ74.3471.668.93-
YUV222.5119.25148.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 211 (82.81% from 255) = 31.54%
BLUE value IS 207 (81.25% from 255) = 30.94%
R=37.52%
G=31.54%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121120700.160.180.025.4584.6289.8
HexFBD3CF0101225555a
Octal3733233170202225125132
Binary111110111101001111001111010000100101010110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD3CF; }

 p { color: rgb(251,211,207); }

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

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

 a { background-color: rgb(251,211,207); }

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

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

 span { border-color: rgb(251,211,207); }

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