#FBCFCB

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

Shades of Cosmos #FBCFCB

Tints of Cosmos #FBCFCB

Color information

#FBCFCB (or 0xFBCFCB) is unknown color: approx Cosmos. HEX triplet: FB, CF and CB. RGB value is (251,207,203). Sum of RGB (Red+Green+Blue) = 251+207+203=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFCB is #043034. Grayscale: #DBDBDB. Windows color (decimal): -274485 or 13357051. OLE color: 13357051.

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

Color convert

RGB251207203-
CMYK00.180.190.02
HSL85.71%89.02%-
HSV(B)19.12%98.43%-
XYZ72.8869.4566.06-
YUV219.7118.58150.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 203 (79.69% from 255) = 30.71%
R=37.97%
G=31.32%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120720300.180.190.02585.7189.02
HexFBCFCB01213255659
Octal3733173130222325126131
Binary111110111100111111001011010010100111010110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFCB; }

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

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

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

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

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

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

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

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