#FBCDCD

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

Shades of Cosmos #FBCDCD

Tints of Cosmos #FBCDCD

Color information

#FBCDCD (or 0xFBCDCD) is unknown color: approx Cosmos. HEX triplet: FB, CD and CD. RGB value is (251,205,205). Sum of RGB (Red+Green+Blue) = 251+205+205=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDCD is #043232. Grayscale: #DADADA. Windows color (decimal): -274995 or 13487611. OLE color: 13487611.

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

Color convert

RGB251205205-
CMYK00.180.180.02
HSL85.19%89.41%-
HSV(B)18.33%98.43%-
XYZ72.6368.5867.17-
YUV218.75120.24151-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 205 (80.47% from 255) = 31.01%
BLUE value IS 205 (80.47% from 255) = 31.01%
R=37.97%
G=31.01%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120520500.180.180.02085.1989.41
HexFBCDCD01212205559
Octal3733153150222220125131
Binary1111101111001101110011010100101001010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDCD; }

 p { color: rgb(251,205,205); }

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

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

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

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

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

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

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