#FBCFCF

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

Shades of Cosmos #FBCFCF

Tints of Cosmos #FBCFCF

Color information

#FBCFCF (or 0xFBCFCF) is unknown color: approx Cosmos. HEX triplet: FB, CF and CF. RGB value is (251,207,207). Sum of RGB (Red+Green+Blue) = 251+207+207=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFCF is #043030. Grayscale: #DCDCDC. Windows color (decimal): -274481 or 13619195. OLE color: 13619195.

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

Color convert

RGB251207207-
CMYK00.180.180.02
HSL84.62%89.8%-
HSV(B)17.53%98.43%-
XYZ73.3669.6468.61-
YUV220.16120.58150-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 207 (81.25% from 255) = 31.13%
BLUE value IS 207 (81.25% from 255) = 31.13%
R=37.74%
G=31.13%
B=31.13%

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
Decimal25120720700.180.180.02084.6289.8
HexFBCFCF0121220555a
Octal3733173170222220125132
Binary1111101111001111110011110100101001010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFCF; }

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

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

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

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

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

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

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

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